/**
  * Instantiates a role create class.
  *
  * @param string $name
  */
 public function __construct($name)
 {
     parent::__construct(array('identifier' => $name));
 }