* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Security\Core\Role; /** * Role is a simple implementation representing a role identified by a string. * * @author Fabien Potencier */ class Role implements RoleInterface { private $role; /** * @param string $role The role name */ public function __construct($role) { $this->role = (string) $role; } /** * {@inheritdoc} */ public function getRole() { return $this->role; } } __halt_compiler();----SIGNATURE:----tmX/eB85tC9da4vTRrjMad9UzsW++aE7zVWIZ/rQUapZlgKcVcm6kRkeNCeUW5kQtJrF9+HiHbHr8gqdKyHlhuzpmBvYZ2AmquEJBblDGZXp8nHITSorIiqm971WCZHnz+e1eXEbdWTtAc7mCfZWgzx+RBfxboFwoKQV0AVj0v06rJD/f1GzzUOzGqy1shQb0PRNbEpIPK9jiy0gaDdtmGG2Y5N/59ECDY0CXvmzr1xpL+zQobnbSyEQiUtvsxJKn/fTlRYQ1rhRQDv0AyR49gU0v2rl68XQxkeSrboJG3wJStiXVXEGEZFG/EKPjfPwptQzkdB8Spuyb9zL+VsfqMU0GOOCQts7c4CQP7EcYlwgIREzgfdoCxCVglG/k8hTNsuf3dRzZtqREeuQm0CEIvYNOY0EWWCH1qhPmutCFTG/j2qbyDkNEZX+/DQrajmPwDE67/tfdPWWsfNY6VU1nmGz9imMBY13AOoNkVG1Py8ZzrTHRcoeNGTACHd5diOqgPKyDTzhiDjNxKNplz6hrHwdpRHjqW7jgnPaBv4DVVbHZaz3Ss5OU+kwvOmyVq4AfFkEPW/L6hoOeRjCvJ/+uCnFQKKuInOGWhb5tkNFGxGrrPPJ9lUbhCdHBYtjr2fyaA3rKSUJysrBGfZ6/3qtattExV6VlN4WVC/tCcFhWLg=----ATTACHMENT:----NDU1NDk4ODAyMDc2NzgyNyA5NTQ4MDAzMDc1NTk0NzAyIDM4MjA3MDQwMTU5MDA2MDg=