Sign in
apache
/
zetacomponents
/
trunk
/
.
/
Template
/
tests
/
test_classes.php
blob: 0ebb9df51ca3a3c1a08e28828c13422c0dd88254 [
file
]
<?
php
class
testDelayedInitTemplateConfiguration
implements
ezcBaseConfigurationInitializer
{
static
function
configureObject
(
$object
)
{
$object
->
context
=
new
ezcTemplateNoContext
;
}
}
?>