summaryrefslogtreecommitdiff
path: root/idiorm.php
diff options
context:
space:
mode:
authorStephen Tellis <[email protected]>2014-10-01 07:11:49 -0400
committerStephen Tellis <[email protected]>2014-10-01 07:11:49 -0400
commit7bf5c34b9fc11e5c260befc4bbbf051dea277816 (patch)
tree600a10d5c5648a13e194c185200b5c21e6ed9986 /idiorm.php
parenteea28fa89d47560979a9b16e3bc752a537b07d05 (diff)
Added note about the purpose of the magic-method documentation
Diffstat (limited to 'idiorm.php')
-rw-r--r--idiorm.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/idiorm.php b/idiorm.php
index e5d5723..6a82451 100644
--- a/idiorm.php
+++ b/idiorm.php
@@ -36,6 +36,11 @@
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
+ *
+ * The methods documented below are magic methods that conform to PSR-1.
+ * This documentation exposes these methods to doc generators and IDEs.
+ * @see http://www.php-fig.org/psr/psr-1/
+ *
* @method static array|string getConfig($key = null, $connection_name = self::DEFAULT_CONNECTION)
* @method static null resetConfig()
* @method static \ORM forTable($table_name, $connection_name = self::DEFAULT_CONNECTION)