Ejemplo n.º 1
0
 /**
  *	Get attribute instance for the particular EavField.
  *
  *	If it is a single value selector a EavValue instance needs to be passed as well
  *
  *	@param EavField $field EavField instance
  *	@param EavValue $defaultValue EavValue instance (or nothing if EavField is not selector)
  *
  * @return Specification
  */
 public function getAttribute(EavField $field, $defaultValue = null)
 {
     return parent::getAttribute($field, $defaultValue);
 }