FOF30\Utils\ModelTypeHints::__construct PHP Method

__construct() public method

Public constructor
public __construct ( DataModel $model )
$model FOF30\Model\DataModel The model to create hints for
    public function __construct(DataModel $model)
    {
        $this->model = $model;
        $this->className = get_class($model);
    }