コード例 #1
0
ファイル: Generic.php プロジェクト: Wufe/Scraper
 public static function apply()
 {
     parent::$blacklist = self::$blacklist;
     parent::$depth = self::$depth;
     parent::apply();
 }