ILIAS  trunk Revision v5.2.0beta1-34132-g2d4d73d4a0
ILIAS\UI\Implementation\Component\Input\Container\Form Namespace Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

Data Structures

class  Factory
 
class  Form
 This implements commonalities between all forms. More...
 
class  FormAdapterGUI
 
class  FormWithoutSubmitButton
 
class  Renderer
 
class  Standard
 This implements a standard form. More...
 

Functions

 getPostURL ()
 
 setPostURL (string $post_url)
 

Variables

trait HasPostURL
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning

Function Documentation

◆ getPostURL()

ILIAS\UI\Implementation\Component\Input\Container\Form\getPostURL ( )

Definition at line 29 of file HasPostURL.php.

29  : string
30  {
31  return $this->post_url;
32  }

◆ setPostURL()

ILIAS\UI\Implementation\Component\Input\Container\Form\setPostURL ( string  $post_url)
protected

Definition at line 34 of file HasPostURL.php.

Referenced by ILIAS\UI\Implementation\Component\Input\Container\Form\Standard\__construct(), and ILIAS\UI\Implementation\Component\Input\Container\Form\FormWithoutSubmitButton\__construct().

34  : void
35  {
36  $this->post_url = $post_url;
37  }
+ Here is the caller graph for this function:

Variable Documentation

◆ HasPostURL

trait ILIAS::UI::Implementation::Component::Input::Container::Form\HasPostURL
Initial value:
{
protected string $post_url
Author
Thibeau Fuhrer thibe.nosp@m.au@s.nosp@m.r.sol.nosp@m.utio.nosp@m.ns

Definition at line 26 of file HasPostURL.php.