Ejemplo n.º 1
0
 /**
  * Retrieve default entity static attributes
  *
  * @return string[]
  */
 public function getDefaultAttributes()
 {
     return array_unique(array_merge($this->defaultAttributes->getDefaultAttributes(), [$this->getEntityIdField()]));
 }
Ejemplo n.º 2
0
 /**
  * Default product attributes
  *
  * @return string[]
  */
 protected function _getDefaultAttributes()
 {
     return $this->defaultAttributes->getDefaultAttributes();
 }