Crud\Core\ProxyTrait::_subject PHP Méthode

_subject() protected méthode

Proxy method for $this->_crud()->getSubject()
protected _subject ( array $additional = [] ) : Crud\Event\Subject
$additional array Array of subject properties to set
Résultat Crud\Event\Subject
    protected function _subject($additional = [])
    {
        return new Subject($additional);
    }