Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Zephir
ClassMethod
isVoid
Zephir\ClassMethod::isVoid PHP Method
ClassMethod Class Documentation
Show file
Open project: phalcon/zephir
isVoid()
public
method
Checks if the method must not return any value
public
isVoid
( ) :
boolean
return
boolean
public function isVoid() { return $this->void; }
ClassMethod
__construct
areReturnTypesBoolCompatible
areReturnTypesDoubleCompatible
areReturnTypesIntCompatible
areReturnTypesNullCompatible
areReturnTypesStringCompatible
assignDefaultValue
assignZvalValue
checkStrictType
checkVisibility
compile
getCallGathererPass
getClassDefinition
getDocBlock
getInternalName
getInternalParameters
getLastLine
getLine
getLocalContextPass
getModifiers
getName
getNumberOfParameters
getNumberOfRequiredParameters
getOptimizedMethod
getParameters
getParsedDocBlock
getReturnClassTypes
getReturnTypes
getReturnTypesRaw
getShortcutName
getStatementsBlock
getStaticTypeInferencePass
getVisibility
hasChildReturnStatementType
hasModifier
hasParameters
hasReturnTypes
hasReturnTypesRaw
isAbstract
isBundled
isConstructor
isDeprecated
isEmpty
isFinal
isInitializer
isInline
isInternal
isPrivate
isProtected
isPublic
isShortcut
isStatic
isVoid
preCompile
removeMemoryStackReferences
setIsBundled
setIsInitializer
setIsInternal
setIsStatic
setName
setReturnTypes
setStatementsBlock
setupOptimized