Componere\cast

(Componere 2 >= 2.1.2)

Componere\castCasting

Descripción

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

Parámetros

type

A user defined type

object

An object with a user defined type compatible with Type

Valores devueltos

An object of type Type, cast from object

Exceptions

Advertencia

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

Advertencia

Shall throw InvalidArgumentException if Type is an interface

Advertencia

Shall throw InvalidArgumentException if Type is a trait

Advertencia

Shall throw InvalidArgumentException if Type is an abstract

Advertencia

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

Ver también