MvcLite\Filter\ClassToCamelcase

class to camelcase filter

Synopsis

class ClassToCamelcase extends FilterAbstract {
  • // methods
  • public void filter()
  • // Inherited methods from FilterAbstract
  • public abstract void filter()
  • // Inherited methods from ObjectAbstract
  • public final void __get()
  • public final void __set()
  • public final void __call()
  • public void __toString()
  • public string identify()
}

Hierarchy

Coverage

Methods 100% 1 / 1
Lines 100% 10 / 10

Constants

Name Value
MSG_ERR_IDENTIFY 'Descendents must implement the identify method'

Methods

public

Inherited from MvcLite\FilterAbstract

public

  • filter() — Method that *MUST* be defined by all children

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

History