public function buildTokenSheet()
public function buildTokenSheet()
Build the sprite sheet of token images used by the Token application
Return
| PhutilSpriteSheet |
public function buildLoginSheet()
public function buildLoginSheet()
Build the sprite sheet of authentication provider logos
Return
| PhutilSpriteSheet |
private function getPath($to_path)
private function getPath($to_path)
Parameters
| $to_path |
Return
| wild |
private function getDirectoryList($dir)
private function getDirectoryList($dir)
Parameters
| $dir |
Return
| array<string> | File names of the images, without file extension |
private function buildSheet($name, $has_retina, $type, $extra_css)
private function buildSheet($name, $has_retina, $type, $extra_css)
Parameters
| $name | ||
| $has_retina | ||
| $type | ||
| $extra_css |
Return
| PhutilSpriteSheet |