| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/interface-collection.php.tar |
home/xbodynamge/crosstraining/wp-content/plugins/wordpress-seo/admin/interface-collection.php 0000644 00000000401 15114320705 0026774 0 ustar 00 <?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin
*/
/**
* Interface that represents a collection.
*/
interface WPSEO_Collection {
/**
* Returns the collection data.
*
* @return array The collection data.
*/
public function get();
}
home/xbodynamge/lebauwcentre/wp-content/plugins/wordpress-seo/admin/interface-collection.php 0000644 00000000401 15114432672 0026576 0 ustar 00 <?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin
*/
/**
* Interface that represents a collection.
*/
interface WPSEO_Collection {
/**
* Returns the collection data.
*
* @return array The collection data.
*/
public function get();
}
home/xbodynamge/www/wp-content/plugins/wordpress-seo/admin/interface-collection.php 0000644 00000000401 15115050433 0024732 0 ustar 00 <?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin
*/
/**
* Interface that represents a collection.
*/
interface WPSEO_Collection {
/**
* Returns the collection data.
*
* @return array The collection data.
*/
public function get();
}