protected static $_labels = array();
public function __construct()
{
parent::__construct();
static::$_labels = array(
'name' => __('Pseudonyme'),
'birthdate' => __('Date de naissance')
);
}
It looks like you're new here. If you want to get involved, click one of these buttons!