Class: View

'brixy.mvc.View'~ View

new View ()

Base View object.

Source:

Methods

render () → {string}

Subclass must override this method.

Parameters:
Name Type Attributes Description
arg1, arg2, ... * <optional>
<repeatable>

Arguments passed from controller. (optional)

Returns:
  • string :
    • Name of the controller handler.
Source:

toString () → {string}

Returns a string representation of the object.

Returns:
  • string
Source: