예제 #1
0
파일: Generic.php 프로젝트: Wufe/Scraper
 public static function apply()
 {
     parent::$blacklist = self::$blacklist;
     parent::$depth = self::$depth;
     parent::apply();
 }