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