Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Structures de données | |
class | Assert |
class | Assertion |
class | AssertionChain |
interface | AssertionFailedException |
class | InvalidArgumentException |
class | LazyAssertion |
class | LazyAssertionException |
Fonctions | |
that ($value, $defaultMessage=null, string $defaultPropertyPath=null) | |
thatAll ($values, $defaultMessage=null, string $defaultPropertyPath=null) | |
thatNullOr ($value, $defaultMessage=null, string $defaultPropertyPath=null) | |
lazy () | |
LICENSE
This source file is subject to the MIT license that is bundled with this package in the file LICENSE.txt. If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to konta so I can send you a copy immediately. kt@b eberl ei.d e
Assert\lazy | ( | ) |
Create a lazy assertion object.
Référencé par OptionsResolver\clear(), OptionsResolver\offsetGet(), OptionsResolver\remove(), et OptionsResolver\setDefault().
Références $value.
Référencé par ServerDumpCommand\configure(), LazyAssertion\that(), thatAll(), et thatNullOr().
Start validation on a set of values, returns AssertionChain.
mixed | $values | |
string | callable | null | $defaultMessage | |
string | $defaultPropertyPath |
Start validation and allow NULL, returns AssertionChain.
mixed | $value | |
string | callable | null | $defaultMessage | |
string | $defaultPropertyPath |
Références $value.