Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

yaf_view_simple(3) [php man page]

YAF_VIEW_SIMPLE(3)							 1							YAF_VIEW_SIMPLE(3)

The Yaf_View_Simple class

INTRODUCTION
Yaf_View_Simple is the built-in template engine in Yaf, it is a simple but fast template engine, and only support PHP script template. CLASS SYNOPSIS
Yaf_View_Simple Yaf_View_SimpleYaf_View_Interface Properties o protected$_tpl_vars o protected$_tpl_dir Methods o public bool Yaf_View_Simple::assign (string $name, [mixed $value]) o public bool Yaf_View_Simple::assignRef (string $name, mixed &$value) o public bool Yaf_View_Simple::clear ([string $name]) o finalpublic Yaf_View_Simple::__construct (string $tempalte_dir, [array $options]) o public bool Yaf_View_Simple::display (string $tpl, [array $tpl_vars]) o public string Yaf_View_Simple::eval (string $tpl_content, [array $tpl_vars]) o public void Yaf_View_Simple::__get ([string $name]) o public string Yaf_View_Simple::getScriptPath (void ) o public void Yaf_View_Simple::__isset (string $name) o public string Yaf_View_Simple::render (string $tpl, [array $tpl_vars]) o public void Yaf_View_Simple::__set (string $name, mixed $value) o public bool Yaf_View_Simple::setScriptPath (string $template_dir) PROPERTIES
o $_tpl_vars - o $_tpl_dir - PHP Documentation Group YAF_VIEW_SIMPLE(3)

Check Out this Related Man Page

REFLECTIONFUNCTION(3)							 1						     REFLECTIONFUNCTION(3)

The ReflectionFunction class

INTRODUCTION
The ReflectionFunction class reports information about a function. CLASS SYNOPSIS
ReflectionFunction ReflectionFunctionextends ReflectionFunctionAbstractReflector Constants o const integer$ReflectionFunction::IS_DEPRECATED262144 Properties o public$name Methods o public ReflectionFunction::__construct (mixed $name) o publicstatic string ReflectionFunction::export (string $name, [string $return]) o public Closure ReflectionFunction::getClosure (void ) o public mixed ReflectionFunction::invoke ([mixed $parameter], [mixed $...]) o public mixed ReflectionFunction::invokeArgs (array $args) o public bool ReflectionFunction::isDisabled (void ) o public string ReflectionFunction::__toString (void ) Inherited methods o finalprivate void ReflectionFunctionAbstract::__clone (void ) o public ReflectionClass ReflectionFunctionAbstract::getClosureScopeClass (void ) o public object ReflectionFunctionAbstract::getClosureThis (void ) o public string ReflectionFunctionAbstract::getDocComment (void ) o public int ReflectionFunctionAbstract::getEndLine (void ) o public ReflectionExtension ReflectionFunctionAbstract::getExtension (void ) o public string ReflectionFunctionAbstract::getExtensionName (void ) o public string ReflectionFunctionAbstract::getFileName (void ) o public string ReflectionFunctionAbstract::getName (void ) o public string ReflectionFunctionAbstract::getNamespaceName (void ) o public int ReflectionFunctionAbstract::getNumberOfParameters (void ) o public int ReflectionFunctionAbstract::getNumberOfRequiredParameters (void ) o public array ReflectionFunctionAbstract::getParameters (void ) o public string ReflectionFunctionAbstract::getShortName (void ) o public int ReflectionFunctionAbstract::getStartLine (void ) o public array ReflectionFunctionAbstract::getStaticVariables (void ) o public bool ReflectionFunctionAbstract::inNamespace (void ) o public bool ReflectionFunctionAbstract::isClosure (void ) o public bool ReflectionFunctionAbstract::isDeprecated (void ) o public bool ReflectionFunctionAbstract::isGenerator (void ) o public bool ReflectionFunctionAbstract::isInternal (void ) o public bool ReflectionFunctionAbstract::isUserDefined (void ) o public bool ReflectionFunctionAbstract::isVariadic (void ) o public bool ReflectionFunctionAbstract::returnsReference (void ) o abstractpublic void ReflectionFunctionAbstract::__toString (void ) PROPERTIES
o $name - Name of the function. Read-only, throws ReflectionException in attempt to write. PREDEFINED CONSTANTS
REFLECTIONFUNCTION MODIFIERS
o ReflectionFunction::IS_DEPRECATED - Indicates deprecated functions. PHP Documentation Group REFLECTIONFUNCTION(3)
Man Page