array( 'type' => 'int', 'col' => 'id_pole', 'form' => 'idPole', ), 'Nom' => array( 'type' => 'text', 'col' => 'nom_pole', 'form' => 'nomPole', ), ); function getProperties() { return self::$properties; } } ?>