Prose\AssertsString::__construct PHP Method

__construct() public method

public __construct ( StoryTeller $st, string[] $params )
$st DataSift\Storyplayer\PlayerLib\StoryTeller
$params string[]
    public function __construct(StoryTeller $st, $params)
    {
        parent::__construct($st, new StringComparitor($params[0]));
    }
AssertsString