Esempio n. 1
0
 public function save($async = false)
 {
     $this->attributeLoader->save($async);
     $this->attributeProvider->save($async);
 }
Esempio n. 2
0
 public function getAttributeToName($name)
 {
     return $this->loader->getAttributeToName($name);
 }