Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

add missing versionadded directives for Bic options#11111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
javiereguiluz merged 1 commit intosymfony:masterfromxabbuh:pr-10349
Mar 8, 2019
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletionsreference/constraints/Bic.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -94,20 +94,32 @@ iban

**type**: ``string`` **default**: ``null``

.. versionadded:: 4.3

The ``iban`` option was introduced in Symfony 4.3.

An IBAN value to validate that the BIC is associated with it.

ibanMessage
~~~~~~~~~~~

**type**: ``string`` **default**: ``This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.``

.. versionadded:: 4.3

The ``ibanMessage`` option was introduced in Symfony 4.3.

The default message supplied when the value does not pass the combined BIC/IBAN check.

ibanPropertyPath
~~~~~~~~~~~~~~~~

**type**: ``string`` **default**: ``null``

.. versionadded:: 4.3

The ``ibanPropertyPath`` option was introduced in Symfony 4.3.

It defines the object property whose value stores the IBAN used to check the BIC with.

For example, if you want to compare the ``$bic`` property of some object
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp