ActiveRecord\Errors::__construct PHP Метод

__construct() публичный Метод

Constructs an {@link Errors} object.
public __construct ( ActiveRecord\Model $model ) : Errors
$model ActiveRecord\Model The model the error is for
Результат Errors
    public function __construct(Model $model)
    {
        $this->model = $model;
    }