PlatformRepository¶
-
class
OC\App\
PlatformRepository
¶ - Class PlatformRepositoryInspired by the composer project - licensed under MIT
Source: lib/private/App/PlatformRepository.php#35
Properties¶
Methods¶
-
public
OC\App\PlatformRepository::
__construct
()¶ Source: lib/private/App/PlatformRepository.php#36
-
protected
OC\App\PlatformRepository::
initialize
()¶ Source: lib/private/App/PlatformRepository.php#40
-
public
OC\App\PlatformRepository::
findLibrary
($name)¶ Source: Parameters: - $name
Returns: string
-
public
OC\App\PlatformRepository::
normalizeVersion
($version, $fullVersion=null)¶ - Normalizes a version string to be able to perform comparisons on it
Source: Parameters: - $version (string)
- $fullVersion (string) optional complete version string to give more context
Throws: \UnexpectedValueException
Returns: string