/**
  * {@inheritDoc}
  */
 public function getCount($ignoreUnapprovedVersions = false)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCount', array($ignoreUnapprovedVersions));
     return parent::getCount($ignoreUnapprovedVersions);
 }
示例#2
0
 /**
  * Returns the number of unique instances of this block throughout the entire site
  * note - this count could include blocks in areas that are no longer rendered by the theme
  *
  * @param boolean specify true if you only want to see the number of blocks in active pages
  * @return int
  */
 public function getCount($ignoreUnapprovedVersions = false)
 {
     return parent::getCount($ignoreUnapprovedVersions);
 }