Class mr_readonly

Description

MR Read Only

If a class extends this class, and has a data member named $foo, then one can get $foo with get_foo()

It is handy to extend this class for classes that implement renderable so that the rendering method can access variables without being able to manipulate them.

  • author: Mark Nielsen
  • abstract:

Located in /readonly.php (line 40)


	
			
Direct descendents
Class Description
mr_controller MR Controller
mr_html_filter MR HTML Filter
mr_html_paging MR HTML Paging
mr_html_table MR HTML Table
mr_report_abstract MR Report Abstract
Method Summary
mixed __call (string $name, array $arguments)
Methods
__call (line 49)

Provides dynamic get_{dataMember}() method access

  • throws: coding_exception
  • access: public
mixed __call (string $name, array $arguments)
  • string $name: Method name which should be get_{dataMember}()
  • array $arguments: Should be empty, no args needed

Redefined in descendants as:

Documentation generated on Thu, 28 Jun 2012 16:33:50 -0700 by phpDocumentor 1.4.3