示例#1
0
 /** @return FoldedContext */
 public static function getInstance()
 {
     return parent::inst();
 }
示例#2
0
 /** @return FoldedContext */
 protected function getFoldedContext()
 {
     return FoldedContext::getInstance();
 }