%PDF- %PDF-
Direktori : /var/www/cwg/wp-content/plugins/codepress-admin-columns/classes/ |
Current File : //var/www/cwg/wp-content/plugins/codepress-admin-columns/classes/Integrations.php |
<?php namespace AC; class Integrations extends ArrayIterator { public function __construct() { $integrations = [ new Integration\ACF(), new Integration\BuddyPress(), new Integration\EventsCalendar(), new Integration\NinjaForms(), new Integration\Pods(), new Integration\Types(), new Integration\MetaBox(), new Integration\WooCommerce(), new Integration\YoastSeo(), ]; parent::__construct( $integrations ); } /** * @return Integration[] */ public function all() { return $this->array; } }