Componere\cast

(Componere 2 >= 2.1.2)

Componere\castCasting

説明

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

パラメータ

type

A user defined type

object

An object with a user defined type compatible with Type

戻り値

An object of type Type, cast from object

エラー / 例外

警告

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

警告

Shall throw InvalidArgumentException if Type is an interface

警告

Shall throw InvalidArgumentException if Type is a trait

警告

Shall throw InvalidArgumentException if Type is an abstract

警告

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

関連キーワード:  Type, Componere, Casting, type, cast, InvalidArgumentException, throw, Shall, 警告, compatible