Skip to content

Instantly share code, notes, and snippets.

@Kcko
Created November 14, 2019 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kcko/a817a2daad185160fb28f50997f1428e to your computer and use it in GitHub Desktop.
Save Kcko/a817a2daad185160fb28f50997f1428e to your computer and use it in GitHub Desktop.
<?php
public function actionEdit($pKey = array())
{
parent::actionEdit($pKey);
$form = $this['editForm' . $this->snippetName];
//$this['editForm' . $this->snippetName]['email']->setOption('appendText', $this->defaultFilter['hosting_service_mail_domain_id']);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment