<?php
namespace Concrete\Core\Permission\Key;
class FileSetKey extends Key {
	protected $permissionObjectToCheck;
}
