AdminPageFramework_Property_Base::getFormArguments PHP Method

getFormArguments() public method

public getFormArguments ( )
    public function getFormArguments()
    {
        return array('caller_id' => $this->sClassName, 'structure_type' => $this->_sPropertyType, 'action_hook_form_registration' => $this->_sFormRegistrationHook) + $this->aFormArguments;
    }