MvcLite\View\Helper\Exception

Exception message view helper

Synopsis

class Exception extends HelperAbstract {
  • // methods
  • public string render()
  • // Inherited methods from ObjectAbstract
  • public final void __get()
  • public final void __set()
  • public final void __call()
  • public void __toString()
  • public string identify()
  • // Inherited methods from View
  • public View getView()
}

Hierarchy

Coverage

Methods 100% 1 / 1
Lines 100% 3 / 3

Constants

Name Value
MSG_ERR_IDENTIFY 'Descendents must implement the identify method'

Members

protected

Methods

public

  • render() — Returns a string representation of an expected exception

Inherited from MvcLite\View\HelperAbstract

protected

Inherited from MvcLite\ObjectAbstract

public

  • __call() — Overriding the __call magic method
  • __get() — Overriding the __get magic method
  • __set() — Overriding the __set magic method
  • __toString() — returns a string representation of the object
  • identify() — method used to identify the object instance

Inherited from MvcLite\Traits\View

public

  • getView() — Getter for the View instance variable.

History