Restrict what can create a PHP Class

maskddingo

New Member
I got two classes, "A" and "B". In the application logic no one is allowed to create an object of class "B", except for class "A". But, since I dont want to have the two classes in the same file I cant restrict it with the "private" properity. Is it possible to create this kind of restriction? If someone other then "A" tries to create an object of class "B", you say piss off!?
 
Back
Top