Exemplo n.º 1
0
 public static function initStatics()
 {
     self::$_resourcePath = new Bf_ResourcePath('pricing-component-tiers', 'pricingComponentTier');
 }
Exemplo n.º 2
0
 protected function doUnserialize(array $json)
 {
     // consult parent for further unserialization
     parent::doUnserialize($json);
     $this->unserializeArrayEntities('tiers', Bf_PricingComponentTier::getClassName(), $json);
 }