Changeset View
Changeset View
Standalone View
Standalone View
src/markup/PhutilMarkupEngine.php
| <?php | <?php | ||||
| /** | abstract class PhutilMarkupEngine extends Phobject { | ||||
| * @stable | |||||
| */ | |||||
| abstract class PhutilMarkupEngine { | |||||
| /** | /** | ||||
| * Set a configuration parameter which the engine can read to customize how | * Set a configuration parameter which the engine can read to customize how | ||||
| * the text is marked up. This is a generic interface; consult the | * the text is marked up. This is a generic interface; consult the | ||||
| * documentation for specific rules and blocks for what options are available | * documentation for specific rules and blocks for what options are available | ||||
| * for configuration. | * for configuration. | ||||
| * | * | ||||
| * @param string Key to set in the configuration dictionary. | * @param string Key to set in the configuration dictionary. | ||||
| Show All 21 Lines | |||||