Sign in
apache
/
zetacomponents
/
trunk
/
.
/
PersistentObjectDatabaseSchemaTiein
/
src
/
template_writer
/
templates
/
set_property.ezt
blob: 3fc440411f9bf6247260343426c2ecbe621975c9 [
file
] [
log
] [
blame
]
{
use
$propertyType
}
if
(
!
is_
{
$propertyType
}(
$propertyValue
)
)
\{
throw
new
ezcBaseValueException
(
$propertyName
,
$propertyValue
,
'{$propertyType}'
);
\}