__construct() __construct(string $prenom, string $nom) Constructeur Parameters string $prenom Prénom de la personne string $nom Nom de la personne Examples Personne('Michel', 'Martin')) ** File not found : connaît(new **
connait() connait(\Personne $p2) : \boolval Fonction déterminant si une personne connaît une autre Personne Parameters \Personne $p2 La personne connue (ou non) Returns \boolval Examples Personne('Michel', 'Martin')) ** File not found : connaît(new **