Pocket::isAd PHP Method

isAd() public method

Determine whether the pocket is of type 'ad'.
public isAd ( ) : boolean
return boolean
    public function isAd()
    {
        return $this->Type == Pocket::TYPE_AD;
    }