Application\Model\Test\ModelWithoutPrimaryKey::__construct PHP Method

__construct() public method

public __construct ( $attributes = [] )
    public function __construct($attributes = array())
    {
        parent::__construct(array('table' => 'products', 'primaryKey' => '', 'attributes' => $attributes, 'fields' => $this->_fields));
    }
ModelWithoutPrimaryKey