Interface: Doctrine_Overloadable
Source Location: /Doctrine/Overloadable.php
Interface Doctrine_Overloadable
Interface Overview
Doctrine_Overloadable a very generic overloading interface
Located in /Doctrine/Overloadable.php [line 34]
Author(s):
Information Tags:
Version: | $Revision: 1080 $ |
Link: | www.phpdoctrine.com |
Since: | 1.0 |
License: | LGPL |
|
Methods
|
Method Summary
mixed |
__call() |
__call method overloader |
Methods
mixed __call(
string
$m, array
$a
)
|
|
__call method overloader
Parameters:
string |
$m: |
the name of the method |
array |
$a: |
method arguments |
API Tags:
Return: | anything |
Access: | public |