_Beans_Options::register_metabox PHP Method

register_metabox() private method

Register the Metabox.
private register_metabox ( )
    private function register_metabox()
    {
        add_meta_box($this->section, $this->args['title'], array($this, 'metabox_content'), beans_get('page'), $this->args['context'], 'default');
    }