ÿØÿà JFIF ÿÛ „ ( %!1!%*+...983,7(-.-
File manager
File manager - Edit - /home/trueinxa/truelove4seniors.org/wp-content/plugins/give/src/Framework/Models/ValueObjects/Relationship.php
Back
<?php namespace Give\Framework\Models\ValueObjects; use Give\Framework\Support\ValueObjects\Enum; /** * Model Relationships * * @since 2.19.6 * * @method static Relationship HAS_ONE(); * @method static Relationship HAS_MANY(); * @method static Relationship MANY_TO_MANY(); * @method static Relationship BELONGS_TO(); * @method static Relationship BELONGS_TO_MANY(); */ class Relationship extends Enum { const HAS_ONE = 'has-one'; const HAS_MANY = 'has-many'; const MANY_TO_MANY = 'many-to-many'; const BELONGS_TO = 'belongs-to'; const BELONGS_TO_MANY = 'belongs-to-many'; }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 1.14 |
proxy
|
phpinfo
|
Settings