Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Added description of address and company in readme [fa_IR]
Browse files Browse the repository at this point in the history
  • Loading branch information
thisissorna committed Mar 20, 2017
1 parent f942b33 commit b70fb7d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,32 @@ echo $faker->vat; // "A35864370"
echo $faker->dni; // '83367512'
```

### `Faker\Provider\fa_IR\Address`

```php
<?php
// Generates a random address
echo $faker->address; // "استان زنجان خیابان بهار ساختمان آفتاب پلاک 24"

// Generates a random building name
echo $faker->building; // "ساختمان آفتاب"

// Returns a random city name
echo $faker->city // "استان زنجان"
```

### `Faker\Provider\fa_IR\Company`

```php
<?php

// Generates a random company name
echo $faker->company; // "شرکت نساجی امیدی"

// Generates a random contract type
echo $faker->contract; // "رسمی"
```

### `Faker\Provider\fi_FI\Payment`

```php
Expand Down

0 comments on commit b70fb7d

Please sign in to comment.