* @copyright 2018 Areama * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of Areama */ class ArSeoProDispatcherResponse { public $id = null; public $property = null; public $controllerMatched = false; public $controllerProbably = false; public $useIfProbably = true; }