Componere\cast_by_ref

(Componere 2 >= 2.1.2)

Componere\cast_by_refCasting

Descrierea

Componere\cast_by_ref ( Type $type , $object ) : Type

Parametri

type

A user defined type

object

An object with a user defined type compatible with Type

Valorile întoarse

An object of type Type, cast from object, where members are references to object members

Exceptions

Avertizare

Shall throw InvalidArgumentException if the type of object is or is derived from an internal class

Avertizare

Shall throw InvalidArgumentException if Type is an interface

Avertizare

Shall throw InvalidArgumentException if Type is a trait

Avertizare

Shall throw InvalidArgumentException if Type is an abstract

Avertizare

Shall throw InvalidArgumentException if Type is not compatible with the type of object

A se vedea și