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

_session() protected méthode

Primarily here to ease unit testing
protected _session ( ) : Session
Résultat Cake\Network\Session
    protected function _session()
    {
        return $this->_crud()->Session;
    }