ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\StaticURL\Response\Factory Class Reference
+ Collaboration diagram for ILIAS\StaticURL\Response\Factory:

Public Member Functions

 cannot ()
 
 loginFirst ()
 
 can (string $uri_path)
 

Detailed Description

Author
Fabian Schmid fabia.nosp@m.n@sr.nosp@m..solu.nosp@m.tion.nosp@m.s

Definition at line 24 of file Factory.php.

Member Function Documentation

◆ can()

ILIAS\StaticURL\Response\Factory::can ( string  $uri_path)

Definition at line 35 of file Factory.php.

Referenced by ILIAS\PermanentLink\StaticURLHandler\handle(), ILIAS\Exercise\PermanentLink\StaticURLHandler\handle(), ilKSDocumentationGotoLink\handle(), ILIAS\Test\StaticURLHandler\handle(), ILIAS\User\StaticURLHandler\handle(), and ilFileStaticURLHandler\handle().

35  : CanHandleWithURIPath
36  {
37  return new CanHandleWithURIPath($uri_path);
38  }
+ Here is the caller graph for this function:

◆ cannot()

ILIAS\StaticURL\Response\Factory::cannot ( )

Definition at line 26 of file Factory.php.

Referenced by ILIAS\Exercise\PermanentLink\StaticURLHandler\handle(), ILIAS\StaticURL\Handler\LegacyGotoHandler\handle(), and ilFileStaticURLHandler\handle().

26  : CannotHandle
27  {
28  return new CannotHandle();
29  }
+ Here is the caller graph for this function:

◆ loginFirst()

ILIAS\StaticURL\Response\Factory::loginFirst ( )

Definition at line 30 of file Factory.php.

Referenced by ILIAS\Exercise\PermanentLink\StaticURLHandler\handle(), and ilFileStaticURLHandler\handle().

30  : MaybeCanHandlerAfterLogin
31  {
32  return new MaybeCanHandlerAfterLogin();
33  }
+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: