Example #1
0
 protected function getAttributeValueID()
 {
     if (is_object($this->attributeValue)) {
         return $this->attributeValue->getAttributeValueID();
     }
 }