Example #1
0
 /**
  * Get template select options.
  *
  * @return array
  */
 public static function getTemplateSelect()
 {
     $backend = new self(\Curry\App::getInstance());
     $items = array_keys($backend->getFileList());
     return array_combine($items, $items);
 }