Exemplo n.º 1
0
 public function find($id, $field = null)
 {
     parent::find($id, $field);
     if ($this->getId()) {
         $this->_addTypeDatas();
     }
     return $this;
 }
Exemplo n.º 2
0
 public function find($id, $field = null)
 {
     parent::find($id, $field);
     if (!$this->getId()) {
         $this->setRadius(10.0);
     }
     return $this;
 }
Exemplo n.º 3
0
 public function find($id, $field = null)
 {
     if ($id == 'customer_account') {
         $this->findTabbarAccount();
     } else {
         if ($id == 'more_items') {
             $this->findTabbarMore();
         } else {
             parent::find($id, $field);
         }
     }
     $this->prepareUri();
     return $this;
 }
Exemplo n.º 4
0
 public function find($id, $field = null)
 {
     parent::find($id, $field);
     $this->addLinks();
     return $this;
 }