PHP Интерфейс Inpsyde\MultilingualPress\Asset\Asset

С версии: 3.0.0
Показать файл Открыть проект

Открытые методы

Метод Описание
__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.

Описание методов

__toString() публичный метод

Returns the handle.
С версии: 3.0.0
public __toString ( ) : string
Результат string The handle.

dependencies() публичный метод

Returns the dependencies.
С версии: 3.0.0
public dependencies ( ) : string[]
Результат string[] The dependencies.

handle() публичный метод

Returns the handle.
С версии: 3.0.0
public handle ( ) : string
Результат string The handle.

url() публичный метод

Returns the file URL.
С версии: 3.0.0
public url ( ) : string
Результат string The file URL.

version() публичный метод

Returns the file version.
С версии: 3.0.0
public version ( ) : string | null
Результат string | null The file version.