Prose\DelayedComparisonAction::__construct PHP Method

__construct() public method

public __construct ( StoryTeller $st, $newStats, $action )
$st DataSift\Storyplayer\PlayerLib\StoryTeller
    public function __construct(StoryTeller $st, $newStats, $action)
    {
        $this->st = $st;
        $this->newStats = $newStats;
        $this->action = $action;
    }
DelayedComparisonAction