PHP class declaration
Posted
by Ris90
on Stack Overflow
See other posts from Stack Overflow
or by Ris90
Published on 2010-06-16T22:51:37Z
Indexed on
2010/06/16
23:12 UTC
Read the original article
Hit count: 132
Is there any way to set explicit type to object field in php? Something like this
class House{
private Roof $roof
}
© Stack Overflow or respective owner