Example #1
0
 /**
  * {@inheritdoc}
  */
 public function getSite()
 {
     if (!isset($this->site)) {
         $this->site = $this->siteMapper->find($this->siteId);
     }
     return $this->site;
 }
Example #2
0
 /**
  * 
  * {@inheritDoc}
  */
 public function countAll()
 {
     return $this->mapper->countAll();
 }