clearOPCaches() 공개 정적인 메소드

public static clearOPCaches ( )
예제 #1
0
 public function init()
 {
     parent::init();
     Update::clearOPCaches();
     $this->checkPermission("update");
 }