Go\Aop\Support\TruePointFilter::getKind PHP Méthode

getKind() public méthode

Returns the kind of point filter
public getKind ( ) : integer
Résultat integer
    public function getKind()
    {
        return self::KIND_ALL;
    }