second
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace src;
|
||||
|
||||
class Information
|
||||
{
|
||||
@ -20,9 +19,10 @@ class Information
|
||||
$this->phoneNumber = $phoneNumber;
|
||||
$this->email = $email;
|
||||
}
|
||||
public function writeInformation()
|
||||
|
||||
public function fullInformation()
|
||||
{
|
||||
echo $this->foolName . ";" . $this->gender . ";" . $this->DateOfBirthday . ";" . $this->countryCode . $this->phoneNumber . ";" . $this->email . ";";
|
||||
return $this->foolName . ";" . $this->gender . ";" . $this->DateOfBirthday . ";" . $this->countryCode . $this->phoneNumber . ";" . $this->email . ";";
|
||||
}
|
||||
}
|
||||
|
||||
|
6
src/additionallyInfo.php
Normal file
6
src/additionallyInfo.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
class additionallyInfo
|
||||
{
|
||||
|
||||
}
|
6
src/contacts.php
Normal file
6
src/contacts.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
class contacnts
|
||||
{
|
||||
|
||||
}
|
@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace src;
|
||||
|
||||
class fullName
|
||||
{
|
||||
|
Reference in New Issue
Block a user