Поясните код в ООПhttp://softtime.ru/forumПоясните код в ООПhttp://softtime.ru/forum/read.php?id_forum=1&id_theme=91314#post543058" function __construct(Game $g, $name) Это контроль типов (Type Hinting http://www.php.net/manual/ru/language.oop5.typehinting.php). Благодаря этой конструкции строго определяем тип первого параметра $g....Поясните код в ООПFri, 4 Jul 2014 14:14:20 +0300IgorekПоясните код в ООПhttp://softtime.ru/forum/read.php?id_forum=1&id_theme=91314#post543057Ребят, имеется вот такой вот код. index.php include "Game.php"; include "Player.php"; $game = new Game(); $game-"createPlayer('ted'); $game-"showPlayer(); player.php...Поясните код в ООПFri, 4 Jul 2014 13:22:12 +0300sedoy