Sulu\Bundle\SecurityBundle\Entity\Role::__construct PHP Метод

__construct() публичный Метод

Constructor.
public __construct ( )
    public function __construct()
    {
        $this->permissions = new ArrayCollection();
        $this->userRoles = new ArrayCollection();
        $this->groups = new ArrayCollection();
        $this->settings = new ArrayCollection();
    }