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