blob: 3fc440411f9bf6247260343426c2ecbe621975c9 [file] [log] [blame]
{use $propertyType}
if ( !is_{$propertyType}( $propertyValue ) )
\{
throw new ezcBaseValueException(
$propertyName,
$propertyValue,
'{$propertyType}'
);
\}