コード例 #1
0
ファイル: autocomplete.php プロジェクト: cc-mkt/setrobot
 public function __construct(array $type, $id_form)
 {
     self::$action = 'my_autocomplete';
     self::$type = $type;
     self::$search_form = $id_form;
     add_action('init', array(__CLASS__, 'init'));
 }