DataSift\Storyplayer\PlayerLib\Story::addActions PHP Method

addActions() public method

public addActions ( $newCallback ) : void
return void
    public function addActions($newCallback)
    {
        $this->actionsCallbacks[] = $newCallback;
    }