PluginProbe
CSS & JavaScript Toolbox / 6.0.6
CSS & JavaScript Toolbox v6.0.6
trunk 0.3 0.8 10 10.1 11 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 11.9.1 12 12.0 12.0.1 12.0.3 12.0.4 12.0.5 12.0.6 12.0.7 6.0 6.0.11 All 60 releases
← All changes | models/block.php +10 -1 6.0.116.0.6 View file →
@@ -188,6 +188,15 @@
188 188 $pinPoint = self::calculateBlockPinPoint($block)->pinPoint;
189 189 // Return only pinPoint.
190 190 return $pinPoint;
191 191 }
192 -
192 +
193 + /**
194 + * put your comment there...
195 + *
196 + * @param mixed $values
197 + */
198 + public static function getInstance($values) {
199 + return new CJTBlockModel($values);
200 + }
201 +
193 202 } // End class.