PHP Интерфейс Inpsyde\MultilingualPress\Common\Type\Translation

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

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

Метод Описание
icon_url ( ) : Inpsyde\MultilingualPress\Common\Type\URL Returns the icon URL object.
language ( ) : Inpsyde\MultilingualPress\Common\Type\Language Returns the language object.
remote_title ( ) : string Returns the remote title.
remote_url ( ) : string Returns the remote URL.
source_site_id ( ) : integer Returns the source site ID.
target_content_id ( ) : integer Returns the target content ID.
target_site_id ( ) : integer Returns the target site ID.
type ( ) : string Returns the content type.

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

icon_url() публичный Метод

Returns the icon URL object.
С версии: 3.0.0
public icon_url ( ) : Inpsyde\MultilingualPress\Common\Type\URL
Результат Inpsyde\MultilingualPress\Common\Type\URL Icon URL object.

language() публичный Метод

Returns the language object.
С версии: 3.0.0
public language ( ) : Inpsyde\MultilingualPress\Common\Type\Language
Результат Inpsyde\MultilingualPress\Common\Type\Language Language object.

remote_title() публичный Метод

Returns the remote title.
С версии: 3.0.0
public remote_title ( ) : string
Результат string Remote title.

remote_url() публичный Метод

Returns the remote URL.
С версии: 3.0.0
public remote_url ( ) : string
Результат string Remote URL.

source_site_id() публичный Метод

Returns the source site ID.
С версии: 3.0.0
public source_site_id ( ) : integer
Результат integer Source site ID.

target_content_id() публичный Метод

Returns the target content ID.
С версии: 3.0.0
public target_content_id ( ) : integer
Результат integer Target content ID.

target_site_id() публичный Метод

Returns the target site ID.
С версии: 3.0.0
public target_site_id ( ) : integer
Результат integer Target site ID.

type() публичный Метод

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