Componere\cast

(Componere 2 >= 2.1.2)

Componere\castCasting

Descrizione

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

Elenco dei parametri

type

A user defined type

object

An object with a user defined type compatible with Type

Valori restituiti

An object of type Type, cast from object

Errori/Eccezioni

Avviso

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

Avviso

Shall throw InvalidArgumentException if Type is an interface

Avviso

Shall throw InvalidArgumentException if Type is a trait

Avviso

Shall throw InvalidArgumentException if Type is an abstract

Avviso

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

Vedere anche:

add a note add a note

User Contributed Notes

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