[PHP] pobierz, plaintext <?phpclass Cos{ var $name; function __construct(){ $this->name = ''; } function __construct($name){ $this->name = $name; } }?>[PHP] pobierz, plaintext