Ejemplo n.º 1
0
 /** {@inheritDoc} */
 public function outputArray(array $array, $count = false)
 {
     if ($this->getProperty('addall')) {
         $array = array_merge_recursive(array(array('id' => 0, 'name' => 'Мсу')), $array);
     }
     return parent::outputArray($array, $count);
 }
Ejemplo n.º 2
0
 /** {@inheritDoc} */
 public function outputArray(array $array, $count = false)
 {
     if ($this->getProperty('addall')) {
         $array = array_merge_recursive(array(array('id' => 0, 'name' => $this->modx->lexicon('mlmsystem_all'))), $array);
     }
     return parent::outputArray($array, $count);
 }
Ejemplo n.º 3
0
 public function outputArray(array $array, $count = false)
 {
     $array = array_merge_recursive(array(array('id' => 0, 'name' => $this->modx->lexicon('office_ms2_all'))), $array);
     return parent::outputArray($array, $count);
 }
Ejemplo n.º 4
0
 /** {@inheritDoc} */
 public function outputArray(array $array, $count = false)
 {
     return parent::outputArray($array, $count);
 }