libphonenumber\ShortNumberUtil::__construct PHP Метод

__construct() публичный Метод

public __construct ( PhoneNumberUtil $phoneNumberUtil = null )
$phoneNumberUtil PhoneNumberUtil
    public function __construct(PhoneNumberUtil $phoneNumberUtil = null)
    {
        $this->phoneUtil = $phoneNumberUtil;
    }