| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/class-role-manager-factory.php.tar |
xbodynamge/crosstraining/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php0000644 00000000577 15114435025 0031111 0 ustar 00 home <?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin\Roles
*/
/**
* Role Manager Factory.
*/
class WPSEO_Role_Manager_Factory {
/**
* Retrieves the Role manager to use.
*
* @return WPSEO_Role_Manager
*/
public static function get() {
static $manager = null;
if ( $manager === null ) {
$manager = new WPSEO_Role_Manager_WP();
}
return $manager;
}
}
xbodynamge/namtation/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php 0000644 00000000577 15114664343 0030225 0 ustar 00 home <?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin\Roles
*/
/**
* Role Manager Factory.
*/
class WPSEO_Role_Manager_Factory {
/**
* Retrieves the Role manager to use.
*
* @return WPSEO_Role_Manager
*/
public static function get() {
static $manager = null;
if ( $manager === null ) {
$manager = new WPSEO_Role_Manager_WP();
}
return $manager;
}
}