PHP 클래스 TitanFrameworkMetaBox

파일 보기 프로젝트 열기: gambitph/titan-framework

공개 프로퍼티들

프로퍼티 타입 설명
$options
$owner
$postID
$settings

공개 메소드들

메소드 설명
__construct ( $settings, $owner ) Temporary holder for the current post ID being edited in the admin
createOption ( $settings )
display ( $post )
register ( )
saveOptions ( $postID, $post = null )

비공개 메소드들

메소드 설명
verifySecurity ( $postID, $post = null )

메소드 상세

__construct() 공개 메소드

Temporary holder for the current post ID being edited in the admin
public __construct ( $settings, $owner )

createOption() 공개 메소드

public createOption ( $settings )

display() 공개 메소드

public display ( $post )

register() 공개 메소드

public register ( )

saveOptions() 공개 메소드

public saveOptions ( $postID, $post = null )

프로퍼티 상세

$options 공개적으로 프로퍼티

public $options

$owner 공개적으로 프로퍼티

public $owner

$postID 공개적으로 프로퍼티

public $postID

$settings 공개적으로 프로퍼티

public $settings