Phue\LightModel\AbstractLightModel::canRetainState PHP Method

canRetainState() public method

Can retain state?
public canRetainState ( ) : boolean
return boolean True if can, false if not
    public function canRetainState()
    {
        return static::CAN_RETAIN_STATE;
    }