From 7bf5c34b9fc11e5c260befc4bbbf051dea277816 Mon Sep 17 00:00:00 2001 From: Stephen Tellis Date: Wed, 1 Oct 2014 07:11:49 -0400 Subject: Added note about the purpose of the magic-method documentation --- idiorm.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'idiorm.php') 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) -- cgit v1.2.3