<h1>Matias Esteban</h1>

Mar del Plata - Buenos Aires - Argentina

class Developer extends Matias
{
____protected $interest;
____protected $languages = ['Spanish', 'English', 'PHP', 'SQL', 'HTML', 'CSS'];
____protected $skills = ['TDD', 'Refactoring', 'CI', 'Conding Standars'];

____ public function __call($method, $arguments)
____{
________$property = str_replace('get', '', $method);
________$properties = array_keys(get_object_vars($this));

________if (in_array($property, $properties)) {
____________return $this->$$property;
________}
____}
}

$matias = new Developer;
$you = new StartUp;

if ($you->getInterest() != null && $matias->getInterest() != null) {
____$project = $you->getProject();
____$project->addSkills($matias->getSkills());
____$project->setLanguages($matias->getLanguages());
}

<p>I love learn.</p>

  • Work
    • Programmer
  • Education
    • Universidad Tecnologica Nacional