[Pieforms-commit] SF.net SVN: pieforms: [248] pieforms-php5/trunk/src/pieform.php
Status: Alpha
Brought to you by:
oracleshinoda
|
From: <ora...@us...> - 2007-12-28 04:53:00
|
Revision: 248
http://pieforms.svn.sourceforge.net/pieforms/?rev=248&view=rev
Author: oracleshinoda
Date: 2007-12-27 20:53:04 -0800 (Thu, 27 Dec 2007)
Log Message:
-----------
Another foldmarker, more git testing.
Modified Paths:
--------------
pieforms-php5/trunk/src/pieform.php
Modified: pieforms-php5/trunk/src/pieform.php
===================================================================
--- pieforms-php5/trunk/src/pieform.php 2007-12-28 04:48:37 UTC (rev 247)
+++ pieforms-php5/trunk/src/pieform.php 2007-12-28 04:53:04 UTC (rev 248)
@@ -611,12 +611,12 @@
* @param string The key of the property to return
* @return mixed
*/
- public function get_property($key) {
+ public function get_property($key) { // {{{
if (array_key_exists($key, $this->data)) {
return $this->data[$key];
}
return null;
- }
+ } // }}}
/**
* Returns the form name
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|