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

called() public method

public called ( $userStoryText ) : Story
return Story
    public function called($userStoryText)
    {
        $this->setName($userStoryText);
        return $this;
    }