|
|
|
@ -34,8 +34,9 @@ interface IRoute {
|
|
|
|
* it is called directly
|
|
|
|
* it is called directly
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @param string $file
|
|
|
|
* @param string $file
|
|
|
|
* @return void
|
|
|
|
* @return $this
|
|
|
|
* @since 7.0.0
|
|
|
|
* @since 7.0.0
|
|
|
|
|
|
|
|
* @deprecated 32.0.0 Use a proper controller instead
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public function actionInclude($file);
|
|
|
|
public function actionInclude($file);
|
|
|
|
|
|
|
|
|
|
|
|
@ -70,6 +71,7 @@ interface IRoute {
|
|
|
|
* This function is called with $class set to a callable or
|
|
|
|
* This function is called with $class set to a callable or
|
|
|
|
* to the class with $function
|
|
|
|
* to the class with $function
|
|
|
|
* @since 7.0.0
|
|
|
|
* @since 7.0.0
|
|
|
|
|
|
|
|
* @deprecated 32.0.0 Use a proper controller instead
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public function action($class, $function = null);
|
|
|
|
public function action($class, $function = null);
|
|
|
|
|
|
|
|
|
|
|
|
|