Example #1
0
 /**
  * Creates an instance of the current class scope as a list
  * @return mixed
  */
 private function listifyList()
 {
     $model = new self();
     $model->setListifyConfig('scope', $this->scopeCondition());
     return $model->listifyScope();
 }