'comment', 'country', 'number', 'homepage', 'email', 'mobile', 'fax', 'phone', 'currency', 'address', 'contact', 'company', 'vat_id', 'budget', 'timeBudget', 'visible' ]; public function __construct() { $this->setDefaults([ 'orderBy' => 'name', 'visibility' => VisibilityInterface::SHOW_VISIBLE, ]); } }