| @@ -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. |