Gajus\Fuss\SignedRequest::isPageTab PHP Method

isPageTab() public method

True if signed request has been acquired through a Page Tab.
public isPageTab ( ) : boolean
return boolean
    public function isPageTab()
    {
        return isset($this->signed_request['page']);
    }