Skip to content

Instantly share code, notes, and snippets.

@webarchitect609
Last active August 7, 2020 18:03
Show Gist options
  • Save webarchitect609/5d703737986673d6a37d438d1dfc4314 to your computer and use it in GitHub Desktop.
Save webarchitect609/5d703737986673d6a37d438d1dfc4314 to your computer and use it in GitHub Desktop.
Bitrix Getter PhpStorm Live Template (Demo version)
public function get$NAME$(): $TYPE$
{
return ($TYPE$)$this->PROPERTY_$START$_VALUE;
}
$END$
Name Expression Default Value Skip if defined
START
TYPE enum("string", "array", "int", "float", "bool")
NAME capitalize(camelCase(substringBefore(START, "_VALUE"))) true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment