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

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

public __construct ( StoryTeller $st, callable $searchFunction, $searchTerm, string $elementDesc )
$st DataSift\Storyplayer\PlayerLib\StoryTeller
$searchFunction callable
$elementDesc string
    public function __construct(StoryTeller $st, callable $searchFunction, $searchTerm, $elementDesc)
    {
        $this->st = $st;
        $this->searchFunction = $searchFunction;
        $this->searchTerm = $searchTerm;
        $this->elementDesc = $elementDesc;
    }