Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs PhabricatorFileTransform

abstract class PhabricatorFileTransform
Phabricator Technical Documentation (Files)

This class is not documented.

Methods

abstract public function getTransformName()

This method is not documented.
Return
wild

abstract public function getTransformKey()

This method is not documented.
Return
wild

abstract public function canApplyTransform($file)

This method is not documented.
Parameters
PhabricatorFile$file
Return
wild

abstract public function applyTransform($file)

This method is not documented.
Parameters
PhabricatorFile$file
Return
wild

public function getDefaultTransform($file)

This method is not documented.
Parameters
PhabricatorFile$file
Return
wild

public function generateTransforms()

This method is not documented.
Return
wild

public function executeTransform($file)

This method is not documented.
Parameters
PhabricatorFile$file
Return
wild

public static function getAllTransforms()

This method is not documented.
Return
wild

public static function getTransformByKey($key)

This method is not documented.
Parameters
$key
Return
wild