psr-4

How and when should we use Interface to document systems in PHP?

Always wanted to know exactly, if it is a good practice, to make a system always making use of Interfaces, or is this not nec ... ber) { $this->age = $number; return $this; } public function getAge() { return $this->age; } }