DataSift\Storyplayer\PlayerLib\Story_Checkpoint::is PHP Method

is() public method

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