├── .gitignore ├── Contributors.md ├── Readme.md ├── composer.json ├── fbsample_extracustomerfield.php ├── index.php ├── sample-model.php └── translations └── fr.php /.gitignore: -------------------------------------------------------------------------------- 1 | *.xml -------------------------------------------------------------------------------- /Contributors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic-benoist/fbsample-extracustomerfield/HEAD/Contributors.md -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic-benoist/fbsample-extracustomerfield/HEAD/Readme.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic-benoist/fbsample-extracustomerfield/HEAD/composer.json -------------------------------------------------------------------------------- /fbsample_extracustomerfield.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic-benoist/fbsample-extracustomerfield/HEAD/fbsample_extracustomerfield.php -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic-benoist/fbsample-extracustomerfield/HEAD/index.php -------------------------------------------------------------------------------- /sample-model.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic-benoist/fbsample-extracustomerfield/HEAD/sample-model.php -------------------------------------------------------------------------------- /translations/fr.php: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------