DataSift\Storyplayer\PlayerLib\Story::addPreTestInspection PHP Méthode

addPreTestInspection() public méthode

public addPreTestInspection ( $newCallback ) : void
Résultat void
    public function addPreTestInspection($newCallback)
    {
        $this->preTestInspectionCallback[] = $newCallback;
    }