respect-validation/library
Henrique Moody 051866f75a
Make properties of "AbstractRelated" private
Following what is happening with pretty much every class in this
library, this commit will make the public properties of
"AbstractRelated" private.

Because other objects use some of those public properties, this commit
will also implement a couple of methods in "AbstractRelated" so they can
access the values they need.

This commit will also remove the method "decision" that makes dynamic
calls to "assert()," "check()," and "validate()" methods.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2019-05-05 16:54:04 +02:00
..
Exceptions Remove exceptions from suvdivision code rules 2019-05-05 14:55:11 +02:00
Helpers Remove subdivision code rules per country 2019-04-06 23:05:24 +02:00
Rules Make properties of "AbstractRelated" private 2019-05-05 16:54:04 +02:00
Factory.php Update the Coding Standards 2019-02-17 19:52:26 +01:00
Validatable.php Apply "SlevomatCodingStandard.TypeHints.TypeHintDeclaration" 2019-02-09 14:09:28 +01:00
Validator.php Fix the case of the "@inheritDoc" tag 2019-04-05 19:02:12 +02:00