Вход Регистрация
Файл: concrete5.7.5.6/concrete/src/Page/Type/Event.php
Строк: 14
<?php
namespace ConcreteCorePageType;
use 
ConcreteCorePageEvent as PageEvent;

class 
Event extends PageEvent {

    protected 
$type;

    public function 
setPageType(Type $type) {
        
$this->type $type;
    }

    public function 
getPageTypeObject() {
        return 
$this->type;
    }
}
Онлайн: 0
Реклама