██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
final class Request (Details)
namespace: VDM\Joomla\Componentbuilder\Compiler\Creator
@startuml
class Request << (F,LightGreen) >> #RoyalBlue {
# RequestBuilder $requestbuilder
+ __construct(RequestBuilder $requestbuilder)
+ set(string $view, string $field, ...) : void
}
note right of Request::__construct
Constructor.
since: 3.2.0
end note
note right of Request::set
Set the request values
since: 3.2.0
return: void
arguments:
string $view
string $field
string $search
string $target
end note
@enduml
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
Build with Joomla Component Builder