APF_Demo_CustomFieldType::replyToSetUp PHP Method

replyToSetUp() public method

public replyToSetUp ( $oFactory )
    public function replyToSetUp($oFactory)
    {
        $this->_oFactory = $oFactory;
        $this->_oFactory->addSubMenuItems(array('title' => __('Custom Field Types', 'admin-page-framework-loader'), 'page_slug' => $this->_sPageSlug, 'order' => 30, 'style' => array(AdminPageFrameworkLoader_Registry::$sDirPath . '/asset/css/code.css', AdminPageFrameworkLoader_Registry::$sDirPath . '/asset/css/field_example.css')));
        add_action('load_' . $this->_sPageSlug, array($this, 'replyToLoadPage'));
    }