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.
Inheritance: extends QM_Output_Html
Afficher le fichier Open project: johnbillion/query-monitor

Méthodes publiques

Méthode Description
__construct ( QM_Collector $collector )
_prefix_type ( $val )
admin_class ( array $class )
admin_menu ( array $menu )
output ( )

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

public _prefix_type ( $val )

admin_class() public méthode

public admin_class ( array $class )
$class array

admin_menu() public méthode

public admin_menu ( array $menu )
$menu array

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

output() public méthode

public output ( )