Prose\AssertsInteger::__construct PHP Метод

__construct() публичный Метод

public __construct ( StoryTeller $st, integer[] $params )
$st DataSift\Storyplayer\PlayerLib\StoryTeller
$params integer[]
    public function __construct(StoryTeller $st, $params)
    {
        parent::__construct($st, new IntegerComparitor($params[0]));
    }
AssertsInteger