Pocket::isAd PHP 메소드

isAd() 공개 메소드

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