Jarves\Configuration\Object::isExcludeFromREST PHP Method

isExcludeFromREST() public method

public isExcludeFromREST ( ) : boolean
return boolean
    public function isExcludeFromREST()
    {
        return $this->excludeFromREST;
    }
Object