Crud\Core\ProxyTrait::_session PHP Method

_session() protected method

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