Beispiel #1
0
 public function projection()
 {
     return ['id' => G::S('getId')->t('int'), 'title' => G::S('getTitle')->t('string'), 'path' => G::S('getPath')->t('string'), 'fullpath' => G::S('getFullPath')->t('string'), 'leaf' => G::S('!hasChildren')->t('boolean'), 'root' => G::S('!hasParent')->t('boolean')];
 }
 public function projection()
 {
     return ['id' => G::S('getId'), 'title' => G::S('getTitle'), 'comment' => G::S('getComment'), 'sort' => G::S('getSort'), 'isMain' => G::S('isMain'), 'isSpec' => G::S('isSpec'), 'type' => G::S('getFileType'), 'path' => G::S('getFilePath')];
 }
 public function projection()
 {
     return ['id' => G::S('getId')->t('int'), 'title' => G::S('getTitle')->t('string'), 'name' => G::S('getName')->t('string'), 'type' => G::S('getType')->t('string'), 'value' => G::S('getValue', 'setValue')];
 }
Beispiel #4
0
 public function projection()
 {
     return ['id' => G::S('getId')->t('int'), 'username' => G::S('getUsername')->t('string')];
 }
Beispiel #5
0
 public function projection()
 {
     return ['testMessage' => G::S('getTestMessage')];
 }
 public function projection()
 {
     return ['id' => G::S('getId')->t('int'), 'title' => G::S('getTitle')->t('string')];
 }