DataSift\Storyplayer\PlayerLib\Story_Checkpoint::is PHP Méthode

is() public méthode

Is the named property set to true?
public is ( string $propName ) : boolean
$propName string
Résultat boolean
    public function is($propName)
    {
        return isset($this->{$propName}) && $this->{$propName};
    }