Beispiel #1
0
 /**
  * Get attribute from attributes object
  * @return string
  */
 public function getAttribute($attribute)
 {
     return $this->attributes->getAttribute($attribute);
 }
Beispiel #2
0
 /**
  * Get container attribute
  * @param string $containerAttribute
  * @return string
  */
 public function getContainerAttribute($containerAttribute)
 {
     return $this->containerAttributes->getAttribute($containerAttribute);
 }