PHP 클래스 WPSEO_Admin_Banner_Spot, wordpress-seo

파일 보기 프로젝트 열기: yoast/wordpress-seo 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $title, WPSEO_Admin_Banner_Renderer $banner_renderer = null ) WPSEO_Admin_Banner_Spot constructor.
add_banner ( WPSEO_Admin_Banner $banner ) Adds an admin banner.
get_description ( ) : string Returns the description.
get_title ( ) : string Returns the title.
has_banners ( ) : boolean Checks if there are any banners set.
render_banner ( ) : string Renders the banner.
set_description ( string $description ) Sets the description

보호된 메소드들

메소드 설명
get_random_banner ( ) : null | WPSEO_Admin_Banner Returns a random banner.

메소드 상세

__construct() 공개 메소드

WPSEO_Admin_Banner_Spot constructor.
public __construct ( string $title, WPSEO_Admin_Banner_Renderer $banner_renderer = null )
$title string The title for the spot.
$banner_renderer WPSEO_Admin_Banner_Renderer The renderer for the banner.

add_banner() 공개 메소드

Adds an admin banner.
public add_banner ( WPSEO_Admin_Banner $banner )
$banner WPSEO_Admin_Banner The banner to add.

get_description() 공개 메소드

Returns the description.
public get_description ( ) : string
리턴 string

get_random_banner() 보호된 메소드

Returns a random banner.
protected get_random_banner ( ) : null | WPSEO_Admin_Banner
리턴 null | WPSEO_Admin_Banner

get_title() 공개 메소드

Returns the title.
public get_title ( ) : string
리턴 string

has_banners() 공개 메소드

Checks if there are any banners set.
public has_banners ( ) : boolean
리턴 boolean

render_banner() 공개 메소드

Renders the banner.
public render_banner ( ) : string
리턴 string

set_description() 공개 메소드

Sets the description
public set_description ( string $description )
$description string The description.