/** * @return Piwik_CoreAdminHome_API */ public static function getInstance() { if (self::$instance == null) { self::$instance = new self(); } return self::$instance; }