Documentation

PropertyReflection extends AbstractReflection
in package

Property reflection code class

Tags
category

Pop

author

Nick Sagona, III nick@popphp.org

copyright

Copyright (c) 2009-2026 Nick Sagona, III

license

https://www.popphp.org/license New BSD License

version
6.0.0

Table of Contents

Methods

parse()  : PropertyGenerator
Method to parse a property
resolveType()  : string|null
Resolve a property's declared type (if any) into a bare, pipe-joined type-hint string

Methods

resolveType()

Resolve a property's declared type (if any) into a bare, pipe-joined type-hint string

protected static resolveType(ReflectionProperty $property) : string|null
Parameters
$property : ReflectionProperty
Return values
string|null

        
On this page

Search results