PHP Interface Inpsyde\MultilingualPress\Asset\Asset

Since: 3.0.0
Afficher le fichier Open project: inpsyde/multilingual-press

Méthodes publiques

Méthode Description
__toString ( ) : string Returns the handle.
dependencies ( ) : string[] Returns the dependencies.
handle ( ) : string Returns the handle.
url ( ) : string Returns the file URL.
version ( ) : string | null Returns the file version.

Method Details

__toString() public méthode

Returns the handle.
Since: 3.0.0
public __toString ( ) : string
Résultat string The handle.

dependencies() public méthode

Returns the dependencies.
Since: 3.0.0
public dependencies ( ) : string[]
Résultat string[] The dependencies.

handle() public méthode

Returns the handle.
Since: 3.0.0
public handle ( ) : string
Résultat string The handle.

url() public méthode

Returns the file URL.
Since: 3.0.0
public url ( ) : string
Résultat string The file URL.

version() public méthode

Returns the file version.
Since: 3.0.0
public version ( ) : string | null
Résultat string | null The file version.