PHP 클래스 Fragen\GitHub_Updater\Language_Pack

상속: extends Base
파일 보기 프로젝트 열기: afragen/github-updater

보호된 프로퍼티들

프로퍼티 타입 설명
$repo object Variable containing the plugin/theme object.
$repo_api Variable containing the git host API object.

공개 메소드들

메소드 설명
__construct ( object $repo, object $api ) Language_Pack constructor.
pre_set_site_transient ( $transient ) : mixed Add language translations to update_plugins or update_themes transients.

보호된 메소드들

메소드 설명
run ( ) Do the Language Pack integration.

메소드 상세

__construct() 공개 메소드

Language_Pack constructor.
public __construct ( object $repo, object $api )
$repo object Plugin/Theme object.
$api object Git host API object.

pre_set_site_transient() 공개 메소드

Add language translations to update_plugins or update_themes transients.
public pre_set_site_transient ( $transient ) : mixed
$transient
리턴 mixed

run() 보호된 메소드

Do the Language Pack integration.
protected run ( )

프로퍼티 상세

$repo 보호되어 있는 프로퍼티

Variable containing the plugin/theme object.
protected object $repo
리턴 object

$repo_api 보호되어 있는 프로퍼티

Variable containing the git host API object.
protected $repo_api