[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-includes/ -> class-wp-dependency.php (summary)

Dependencies API: _WP_Dependency class

File Size: 136 lines (3 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

_WP_Dependency:: (3 methods):
  __construct()
  add_data()
  set_translations()


Class: _WP_Dependency  - X-Ref

Class _WP_Dependency

Helper class to register a handle and associated data.

__construct( ...$args )   X-Ref
Setup dependencies.

param: mixed ...$args Dependency information.
since: 2.6.0
since: 5.3.0 Formalized the existing `...$args` parameter by adding it

add_data( $name, $data )   X-Ref
Add handle data.

param: string $name The data key to add.
param: mixed  $data The data value to add.
return: bool False if not scalar, true otherwise.
since: 2.6.0

set_translations( $domain, $path = null )   X-Ref
Sets the translation domain for this dependency.

param: string $domain The translation textdomain.
param: string $path   Optional. The full file path to the directory containing translation files.
return: bool False if $domain is not a string, true otherwise.
since: 5.0.0



Generated: Sat Apr 20 01:00:03 2024 Cross-referenced by PHPXref 0.7.1