PHP Class QM_Output_Html_Assets, query-monitor
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Afficher le fichier
Open project: johnbillion/query-monitor
Méthodes publiques
Méthodes protégées
Méthode |
Description |
|
dependency_row ( _WP_Dependency $dependency, WP_Dependencies $dependencies, $type ) |
|
|
dependency_rows ( array $handles, WP_Dependencies $dependencies, $label, $type ) |
|
|
get_dependents ( _WP_Dependency $dependency, WP_Dependencies $dependencies, $type ) |
|
|
Method Details
__construct()
public méthode
public __construct ( QM_Collector $collector ) |
$collector |
QM_Collector |
|
_prefix_type()
public méthode
admin_class()
public méthode
dependency_row()
protected méthode
protected dependency_row ( _WP_Dependency $dependency, WP_Dependencies $dependencies, $type ) |
$dependency |
_WP_Dependency |
|
$dependencies |
WP_Dependencies |
|
dependency_rows()
protected méthode
protected dependency_rows ( array $handles, WP_Dependencies $dependencies, $label, $type ) |
$handles |
array |
|
$dependencies |
WP_Dependencies |
|
get_dependents()
protected static méthode
protected static get_dependents ( _WP_Dependency $dependency, WP_Dependencies $dependencies, $type ) |
$dependency |
_WP_Dependency |
|
$dependencies |
WP_Dependencies |
|