Application\Model\Test\Manufacturer::__construct PHP Метод

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

public __construct ( $attributes = [] )
    public function __construct($attributes = array())
    {
        parent::__construct(array('hasMany' => array('products' => array('class' => 'Test\\Product', 'foreignKey' => 'id_manufacturer')), 'attributes' => $attributes, 'fields' => $this->_fields));
    }
Manufacturer