PHP 클래스 SAL_Post, jetpack

파일 보기 프로젝트 열기: automattic/jetpack

공개 프로퍼티들

프로퍼티 타입 설명
$context
$post
$site

공개 메소드들

메소드 설명
__call ( $name, $arguments )
__construct ( $site, $post, $context )
__get ( $key )
__isset ( $name )
__set ( $key, $value )
get_attachments_and_count ( )
get_author ( )
get_categories ( )
get_content ( )
get_current_user_capabilities ( )
get_date ( )
get_discussion ( )
get_excerpt ( )
get_featured_image ( ) note this is overridden in jetpack-shadow
get_format ( )
get_geo ( )
get_global_id ( )
get_guid ( )
get_like_count ( )
get_menu_order ( )
get_meta ( )
get_metadata ( )
get_modified_date ( )
get_other_urls ( )
get_page_template ( )
get_parent ( )
get_password ( )
get_permalink_suggestions ( $title ) : array Get extra post permalink suggestions
get_post_thumbnail ( )
get_publicize_urls ( )
get_revisions ( )
get_shortlink ( )
get_slug ( )
get_status ( )
get_tags ( )
get_terms ( )
get_the_post_content_for_display ( ) Expects setup_postdata() to already have been run
get_title ( )
get_type ( )
get_url ( )
is_following ( )
is_liked ( )
is_likes_enabled ( )
is_reblogged ( )
is_sharing_enabled ( )
is_sticky ( )
the_password_form ( )

보호된 메소드들

메소드 설명
get_avatar_url ( $email, $avatar_size = 96 )
get_post_link ( $path = null )
get_site_link ( )

비공개 메소드들

메소드 설명
format_taxonomy ( $taxonomy, $taxonomy_type, $context )
get_attachment ( $attachment )
get_media_item_v1_1 ( $media_id ) TODO: factor this out into site

메소드 상세

__call() 공개 메소드

public __call ( $name, $arguments )

__construct() 공개 메소드

public __construct ( $site, $post, $context )

__get() 공개 메소드

public __get ( $key )

__isset() 공개 메소드

public __isset ( $name )

__set() 공개 메소드

public __set ( $key, $value )

get_attachments_and_count() 공개 메소드

get_author() 공개 메소드

public get_author ( )

get_avatar_url() 보호된 메소드

protected get_avatar_url ( $email, $avatar_size = 96 )

get_categories() 공개 메소드

public get_categories ( )

get_content() 공개 메소드

public get_content ( )

get_current_user_capabilities() 공개 메소드

get_date() 공개 메소드

public get_date ( )

get_discussion() 공개 메소드

public get_discussion ( )

get_excerpt() 공개 메소드

public get_excerpt ( )

get_format() 공개 메소드

public get_format ( )

get_geo() 추상적인 공개 메소드

abstract public get_geo ( )

get_global_id() 추상적인 공개 메소드

abstract public get_global_id ( )

get_guid() 공개 메소드

public get_guid ( )

get_like_count() 추상적인 공개 메소드

abstract public get_like_count ( )

get_menu_order() 공개 메소드

public get_menu_order ( )

get_meta() 공개 메소드

public get_meta ( )

get_metadata() 공개 메소드

public get_metadata ( )

get_modified_date() 공개 메소드

public get_modified_date ( )

get_other_urls() 공개 메소드

public get_other_urls ( )

get_page_template() 공개 메소드

public get_page_template ( )

get_parent() 공개 메소드

public get_parent ( )

get_password() 공개 메소드

public get_password ( )

get_post_link() 보호된 메소드

protected get_post_link ( $path = null )

get_post_thumbnail() 공개 메소드

public get_post_thumbnail ( )

get_publicize_urls() 공개 메소드

public get_publicize_urls ( )

get_revisions() 공개 메소드

public get_revisions ( )

get_slug() 공개 메소드

public get_slug ( )

get_status() 공개 메소드

public get_status ( )

get_tags() 공개 메소드

public get_tags ( )

get_terms() 공개 메소드

public get_terms ( )

get_the_post_content_for_display() 공개 메소드

Expects setup_postdata() to already have been run

get_title() 공개 메소드

public get_title ( )

get_type() 공개 메소드

public get_type ( )

get_url() 공개 메소드

public get_url ( )

is_following() 추상적인 공개 메소드

abstract public is_following ( )

is_liked() 추상적인 공개 메소드

abstract public is_liked ( )

is_likes_enabled() 공개 메소드

public is_likes_enabled ( )

is_reblogged() 추상적인 공개 메소드

abstract public is_reblogged ( )

is_sharing_enabled() 공개 메소드

public is_sharing_enabled ( )

is_sticky() 공개 메소드

public is_sticky ( )

the_password_form() 공개 메소드

public the_password_form ( )

프로퍼티 상세

$context 공개적으로 프로퍼티

public $context

$post 공개적으로 프로퍼티

public $post

$site 공개적으로 프로퍼티

public $site