Changeset 14814
- Timestamp:
- 01/16/09 18:08:43 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfMicroBlogPlugin/lib/sfMicroBlog.class.php
r14604 r14814 50 50 } 51 51 } 52 53 /** 54 * Retrieves a new instance of this class. 55 * 56 * NOTE: This is not the singleton pattern. Instead, it is for chainability ease-of-use. 57 * 58 * @param array $options the options to set up sfMicroBlog 59 */ 60 public static function getInstance($options = null) 61 { 62 return new sfMicroblog($options); 63 } 64 52 65 53 66 /**