DataSift\Storyplayer\PlayerLib\Story::addPreTestInspection PHP 메소드

addPreTestInspection() 공개 메소드

public addPreTestInspection ( $newCallback ) : void
리턴 void
    public function addPreTestInspection($newCallback)
    {
        $this->preTestInspectionCallback[] = $newCallback;
    }