コード例 #1
0
ファイル: Pimcore.php プロジェクト: pdaniel-frk/pimcore
 /**
  * switches back to the non admin mode, where unpublished elements are invisible
  * @static
  * @return void
  */
 public static function unsetAdminMode()
 {
     self::$adminMode = false;
 }