Crud\Core\ProxyTrait::_subject PHP Method

_subject() protected method

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