Setup dependencies.
Parameters
$args
mixedrequired- Dependency information.
Source
public function __construct( ...$args ) {
list( $this->handle, $this->src, $this->deps, $this->ver, $this->args ) = $args;
if ( ! is_array( $this->deps ) ) {
$this->deps = array();
}
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.