PHP 클래스 Inpsyde\MultilingualPress\Widget\Dashboard\UntranslatedPosts\WidgetView

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

공개 메소드들

메소드 설명
__construct ( Inpsyde\MultilingualPress\API\SiteRelations $site_relations, Inpsyde\MultilingualPress\Widget\Dashboard\UntranslatedPosts\PostRepository $post_repository ) Constructor. Sets up the properties.
render ( mixed $object, array $instance ) : void Renders the widget's view.

메소드 상세

__construct() 공개 메소드

Constructor. Sets up the properties.
부터: 3.0.0
public __construct ( Inpsyde\MultilingualPress\API\SiteRelations $site_relations, Inpsyde\MultilingualPress\Widget\Dashboard\UntranslatedPosts\PostRepository $post_repository )
$site_relations Inpsyde\MultilingualPress\API\SiteRelations Site relations API object.
$post_repository Inpsyde\MultilingualPress\Widget\Dashboard\UntranslatedPosts\PostRepository Untranslated posts repository object.

render() 공개 메소드

Renders the widget's view.
부터: 3.0.0
public render ( mixed $object, array $instance ) : void
$object mixed Queried object, or other stuff.
$instance array Widget settings.
리턴 void