コード例 #1
0
ファイル: ContentForm.php プロジェクト: agentmedia/phine-core
 /**
  * The previous item
  * @return TemplateObject
  */
 private function PreviousItem()
 {
     $this->previous = $this->GetTreeItem('previous');
     return $this->previous->Exists() ? $this->previous : null;
 }