AdminPageFramework_Form_View___ToolTip::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        $_aParameters = func_get_args() + array($this->aArguments, $this->sTitleElementID);
        $this->aArguments = $this->_getArgumentsFormatted($_aParameters[0], $this->aArguments);
        $this->sTitleElementID = $_aParameters[1];
    }