Gc\User\Role\Collection::init PHP Method

init() public method

Initiliaze role collection
public init ( ) : void
return void
    public function init()
    {
        $this->getRoles(true);
    }