Вход Регистрация
Файл: concrete5.7.5.6/concrete/src/Page/Type/Validator/ValidatorInterface.php
Строк: 20
<?php
namespace ConcreteCorePageTypeValidator;

use 
ConcreteCorePagePage;
use 
ConcreteCorePageTypeType;

interface 
ValidatorInterface
{
    public function 
getPageTypeObject();
    public function 
setPageTypeObject(Type $type);
    public function 
validateCreateDraftRequest($template);
    public function 
validatePublishDraftRequest(Page $page null);
    public function 
validatePublishLocationRequest(Page $target null);
}
Онлайн: 0
Реклама