PHP Interface Inpsyde\MultilingualPress\Asset\Asset

Since: 3.0.0
Datei anzeigen Open project: inpsyde/multilingual-press

Public Methods

Method 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 method

Returns the handle.
Since: 3.0.0
public __toString ( ) : string
return string The handle.

dependencies() public method

Returns the dependencies.
Since: 3.0.0
public dependencies ( ) : string[]
return string[] The dependencies.

handle() public method

Returns the handle.
Since: 3.0.0
public handle ( ) : string
return string The handle.

url() public method

Returns the file URL.
Since: 3.0.0
public url ( ) : string
return string The file URL.

version() public method

Returns the file version.
Since: 3.0.0
public version ( ) : string | null
return string | null The file version.