PHP Класс Inpsyde\MultilingualPress\Common\Type\FilterableTranslation

С версии: 3.0.0
Наследование: implements Inpsyde\MultilingualPress\Common\Type\Translation
Показать файл Открыть проект

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

Метод Описание
__construct ( array $args, Inpsyde\MultilingualPress\Common\Type\Language $language ) Constructor. Sets up the properties.
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.

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

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

Constructor. Sets up the properties.
С версии: 3.0.0
public __construct ( array $args, Inpsyde\MultilingualPress\Common\Type\Language $language )
$args array Translation arguments.
$language Inpsyde\MultilingualPress\Common\Type\Language Language object.

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.