Componere\cast

(Componere 2 >= 2.1.2)

Componere\castCasting

Description

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

Parameters

type

A user defined type

object

An object with a user defined type compatible with Type

Return Values

An object of type Type, cast from object

Exceptions

Warning

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

Warning

Shall throw InvalidArgumentException if Type is an interface

Warning

Shall throw InvalidArgumentException if Type is a trait

Warning

Shall throw InvalidArgumentException if Type is an abstract

Warning

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

© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/componere.cast.php