CakeFest 2024: The Official CakePHP Conference

Componere\cast_by_ref

(Componere 2 >= 2.1.2)

Componere\cast_by_refCasting

Beschreibung

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

Parameter-Liste

type

A user defined type

object

An object with a user defined type compatible with Type

Rückgabewerte

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

Fehler/Exceptions

Warnung

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

Warnung

Shall throw InvalidArgumentException if Type is an interface

Warnung

Shall throw InvalidArgumentException if Type is a trait

Warnung

Shall throw InvalidArgumentException if Type is an abstract

Warnung

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

Siehe auch

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top