X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/fakerphp/faker/src/Faker/Extension
home
/
prisjneg
/
public_html
/
vendor
/
fakerphp
/
faker
/
src
/
Faker
/
Extension
/
📁
..
📄
AddressExtension.php
(762 B)
📄
BarcodeExtension.php
(844 B)
📄
BloodExtension.php
(527 B)
📄
ColorExtension.php
(1.11 KB)
📄
CompanyExtension.php
(386 B)
📄
CountryExtension.php
(258 B)
📄
DateTimeExtension.php
(9.05 KB)
📄
Extension.php
(250 B)
📄
ExtensionNotFound.php
(210 B)
📄
FileExtension.php
(547 B)
📄
GeneratorAwareExtension.php
(489 B)
📄
GeneratorAwareExtensionTrait.php
(478 B)
📄
Helper.php
(3.14 KB)
📄
NumberExtension.php
(1.36 KB)
📄
PersonExtension.php
(1.1 KB)
📄
PhoneNumberExtension.php
(365 B)
📄
UuidExtension.php
(340 B)
📄
VersionExtension.php
(627 B)
Editing: BarcodeExtension.php
<?php namespace Faker\Extension; /** * @experimental This interface is experimental and does not fall under our BC promise */ interface BarcodeExtension extends Extension { /** * Get a random EAN13 barcode. * * @example '4006381333931' */ public function ean13(): string; /** * Get a random EAN8 barcode. * * @example '73513537' */ public function ean8(): string; /** * Get a random ISBN-10 code * * @see http://en.wikipedia.org/wiki/International_Standard_Book_Number * * @example '4881416324' */ public function isbn10(): string; /** * Get a random ISBN-13 code * * @see http://en.wikipedia.org/wiki/International_Standard_Book_Number * * @example '9790404436093' */ public function isbn13(): string; }
Upload File
Create Folder