Overview

Namespaces

  • Jyxo
    • Beholder
      • TestCase
    • Gettext
      • Parser
    • Input
      • Chain
      • Filter
      • Validator
    • Mail
      • Email
        • Attachment
      • Parser
      • Sender
    • Rpc
      • Json
      • Xml
    • Shell
    • Spl
    • Svn
    • Time
    • Webdav
  • PHP

Classes

  • ArrayUtil
  • CountableLimitIterator
  • FilterIterator
  • MapIterator
  • Object
  • ObjectCache

Interfaces

  • ArrayCopy
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated

Class Object

Default object class.

Jyxo\Spl\Object implements Jyxo\Spl\ArrayCopy

Direct known subclasses

Jyxo\Mail\Email, Jyxo\Mail\Email\Address, Jyxo\Mail\Email\Attachment, Jyxo\Mail\Email\Body, Jyxo\Mail\Email\Header, Jyxo\Mail\Sender\Result

Indirect known subclasses

Jyxo\Mail\Email\Attachment\File, Jyxo\Mail\Email\Attachment\InlineFile, Jyxo\Mail\Email\Attachment\InlineString, Jyxo\Mail\Email\Attachment\String
Namespace: Jyxo\Spl
Category: Jyxo
Package: Jyxo\Spl
Copyright: Copyright (c) 2005-2011 Jyxo, s.r.o.
License: https://github.com/jyxo/php/blob/master/license.txt
Author: Jaroslav HanslĂ­k
Located at Spl/Object.php
Methods summary
final public string
# getClass( )

Returns instance class name.

Returns instance class name.

Returns

string
public mixed &
# __get( string $name )

Returns a property value if it has a getter defined.

Returns a property value if it has a getter defined.

Parameters

$name
string
Property name

Returns

mixed
public
# __set( string $name, mixed $value )

Sets property value if it has a setter defined.

Sets property value if it has a setter defined.

Parameters

$name
string
Propety name
$value
mixed
Property value
public boolean
# __isset( string $name )

Returns if property exists. Property exists if it has defined getter.

Returns if property exists. Property exists if it has defined getter.

Parameters

$name
string

Returns

boolean
public array
# toArray( )

Converts an object to an array

Converts an object to an array

Returns

array

Implementation of

Jyxo\Spl\ArrayCopy::toArray
Jyxo PHP Library API documentation generated by ApiGen 2.3.0