Overview

Packages

  • IllApps
    • Shipsync
  • PHP

Classes

  • ReflectionProperty
  • SoapClient

Interfaces

  • Reflector
  • Overview
  • Package
  • Class
  • Tree

Class ReflectionProperty

ReflectionProperty implements Reflector
PHP Extension: Reflection
Documented at php.net
Methods summary
final private
# __clone( )
public static
# export( mixed $class, mixed $name, mixed $return )

Implementation of

Reflector::export()
public
# __construct( mixed $class, mixed $name )
public
# __toString( )

Implementation of

Reflector::__toString()
public
# getName( )
public
# getValue( mixed $object )
public
# setValue( mixed $object, mixed $value )
public
# isPublic( )
public
# isPrivate( )
public
# isProtected( )
public
# isStatic( )
public
# isDefault( )
public
# getModifiers( )
public
# getDeclaringClass( )
public
# getDocComment( )
public
# setAccessible( mixed $visible )
Constants summary
integer IS_STATIC 1
#
integer IS_PUBLIC 256
#
integer IS_PROTECTED 512
#
integer IS_PRIVATE 1024
#
Properties summary
public string $name ''
#
public string $class ''
#
shipsync-community API documentation generated by ApiGen 2.8.0