FOF30\Model\Model::getIgnoreRequest PHP 메소드

getIgnoreRequest() 공개 메소드

Gets the ignore request flag. When false, getState() will try to populate state variables not already set from same-named state variables in the request.
public getIgnoreRequest ( ) : boolean
리턴 boolean
    public function getIgnoreRequest()
    {
        return $this->_ignoreRequest;
    }