izzum\statemachine\builder\ModelBuilder::__construct PHP Method

__construct() public method

public __construct ( mixed $model )
$model mixed the domain model you want to have returned from this class.
    public function __construct($model)
    {
        $this->model = $model;
    }