System\Route::__construct PHP Method

__construct() public method

Create a new instance of the Route class
public __construct ( $callbacks, $args = [] )
    public function __construct($callbacks, $args = array())
    {
        $this->callbacks = $callbacks;
        $this->args = $args;
    }