DataSift\Storyplayer\PlayerLib\Story::andValidRole PHP Method

andValidRole() public method

Synonym for addValidRole()
See also: Story::addValidRole
public andValidRole ( $role )
    public function andValidRole($role)
    {
        throw new E4xx_DeprecatedFeature('user roles in stories have been removed from Storyplayer v2.');
    }