Comment 1 for bug 885201

Revision history for this message
TitanKing (titan-phpdevshell) wrote :

As discussed here
https://answers.launchpad.net/phpdevshell/+question/177242

The new method added will be used with groups and aliases by only providing the alias of the group action that needs to be performed like example below.

  if ($this->user->groupCan('edit')) {
   // Script that shows and managaes edit.
  }