phpseclib/src/f37ee8b7-2909-4319-bdf8-769...
Robot 99b12ca8c0
update 2023-10-24 10:36:32
2023-10-24 10:36:46 +02:00
..
README.md update 2023-10-24 10:36:32 2023-10-24 10:36:46 +02:00
code.php update 2023-05-31 16:47:30 2023-05-31 16:47:37 +02:00
code.power first commit 2023-04-15 17:00:08 +02:00
settings.json first commit 2023-04-15 17:00:08 +02:00

README.md

██████╗  ██████╗ ██╗    ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║    ██║██╔════╝██╔══██╗
██████╔╝██║   ██║██║ █╗ ██║█████╗  ██████╔╝
██╔═══╝ ██║   ██║██║███╗██║██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚███╔███╔╝███████╗██║  ██║
╚═╝      ╚═════╝  ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝

class Load (Details)

namespace: VDM\Joomla\Componentbuilder\Server\Model extends: Model

@startuml
class Load  #Gold {
  # Crypt $crypt
  + __construct(?Crypt $crypt = null, ?Table $table = null)
  + value(mixed $value, string $field, ...) : mixed
  # validateBefore(mixed $value, ?string $field = null, ...) : bool
  # validateAfter(mixed $value, ?string $field = null, ...) : bool
  # getTable() : string
}

note right of Load::__construct
  Constructor

  since: 3.2.0
end note

note right of Load::value
  Model the value
Example: $this->value(value, 'value_key', 'table_name');

  since: 3.2.0
  return: mixed
  
  arguments:
    mixed $value
    string $field
    ?string $table = null
end note

note right of Load::validateBefore
  Validate before the value is modelled

  since: 3.2.0
  return: bool
  
  arguments:
    mixed $value
    ?string $field = null
    ?string $table = null
end note

note right of Load::validateAfter
  Validate after the value is modelled

  since: 3.2.0
  return: bool
  
  arguments:
    mixed $value
    ?string $field = null
    ?string $table = null
end note

note right of Load::getTable
  Get the current active table

  since: 3.2.0
  return: string
end note
 
@enduml

     ██╗ ██████╗██████╗
     ██║██╔════╝██╔══██╗
     ██║██║     ██████╔╝
██   ██║██║     ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
 ╚════╝  ╚═════╝╚═════╝

Build with Joomla Component Builder