PHP 클래스 Inpsyde\MultilingualPress\Common\Type\FilterableTranslation

부터: 3.0.0
상속: implements Inpsyde\MultilingualPress\Common\Type\Translation
파일 보기 프로젝트 열기: inpsyde/multilingual-press

공개 메소드들

메소드 설명
__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.