Page MenuHomePhabricator
Diviner Phabricator Tech Docs CelerityResourcesOnDisk

abstract class CelerityResourcesOnDisk
Phabricator Technical Documentation (Celerity)

Defines the location of static resources on disk.

Methods

abstract public function getName()
Inherited

This method is not documented.
Return
wild

public function getResourceData($name)

This method is not documented.
Parameters
$name
Return
wild

public function getResourceModifiedTime($name)

This method is not documented.
Parameters
$name
Return
wild

public function getResourceType($path)
Inherited

This method is not documented.
Parameters
$path
Return
wild

public function getResourceURI($hash, $name)
Inherited

This method is not documented.
Parameters
$hash
$name
Return
wild

public function getResourcePackages()
Inherited

This method is not documented.
Return
wild

public function loadMap()
Inherited

This method is not documented.
Return
wild

abstract public function getPathToMap()
Inherited

This method is not documented.
Return
wild

public function findBinaryResources()

This method is not documented.
Return
wild

public function findTextResources()

This method is not documented.
Return
wild

public static function getAll()
Inherited

This method is not documented.
Return
wild

abstract public function getPathToResources()

This method is not documented.
Return
wild

private function getPathToResource($name)

This method is not documented.
Parameters
$name
Return
wild

protected function getBinaryFileSuffixes()

This method is not documented.
Return
wild

protected function getTextFileSuffixes()

This method is not documented.
Return
wild

private function findResourcesWithSuffixes($suffixes)

This method is not documented.
Parameters
array$suffixes
Return
wild