PHP Class TitanFrameworkMetaBox

Mostrar archivo Open project: gambitph/titan-framework

Public Properties

Property Type Description
$options
$owner
$postID
$settings

Public Methods

Method Description
__construct ( $settings, $owner ) Temporary holder for the current post ID being edited in the admin
createOption ( $settings )
display ( $post )
register ( )
saveOptions ( $postID, $post = null )

Private Methods

Method Description
verifySecurity ( $postID, $post = null )

Method Details

__construct() public method

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

createOption() public method

public createOption ( $settings )

display() public method

public display ( $post )

register() public method

public register ( )

saveOptions() public method

public saveOptions ( $postID, $post = null )

Property Details

$options public_oe property

public $options

$owner public_oe property

public $owner

$postID public_oe property

public $postID

$settings public_oe property

public $settings