Pocket::isAd PHP Méthode

isAd() public méthode

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