PHP 클래스 WPSEO_Metabox_Form_Tab, wordpress-seo

상속: implements WPSEO_Metabox_Tab
파일 보기 프로젝트 열기: yoast/wordpress-seo

공개 메소드들

메소드 설명
__construct ( string $name, string $content, string $link_content, array $options = [] ) Constructor.
content ( ) : string Returns the html for the tab content.
link ( ) : string Returns the html for the tab link.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $name, string $content, string $link_content, array $options = [] )
$name string The name of the tab, used as an identifier in the html.
$content string The tab content.
$link_content string The text content of the tab link.
$options array Optional link attributes.

content() 공개 메소드

Returns the html for the tab content.
public content ( ) : string
리턴 string