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.
ファイルを表示
Open project: johnbillion/query-monitor
Public Methods
Protected Methods
Method |
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 method
public __construct ( QM_Collector $collector ) |
$collector |
QM_Collector |
|
_prefix_type()
public method
admin_class()
public method
dependency_row()
protected method
protected dependency_row ( _WP_Dependency $dependency, WP_Dependencies $dependencies, $type ) |
$dependency |
_WP_Dependency |
|
$dependencies |
WP_Dependencies |
|
dependency_rows()
protected method
protected dependency_rows ( array $handles, WP_Dependencies $dependencies, $label, $type ) |
$handles |
array |
|
$dependencies |
WP_Dependencies |
|
get_dependents()
protected static method
protected static get_dependents ( _WP_Dependency $dependency, WP_Dependencies $dependencies, $type ) |
$dependency |
_WP_Dependency |
|
$dependencies |
WP_Dependencies |
|