Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 633793b2101377fd0eba15d290f2f2bf > files > 10

ezcomponents-UserInput-1.4-4.mga4.noarch.rpm

<?php
foreach ( $definition as $name => $dummy )
{
    $propertyName = "property_$name";
    $propertyWarningName = "warning_$name";
    $$propertyName = '';
    $$propertyWarningName = '';
}
?>