Bravo3\Orm\Drivers\Common\Ref::__construct PHP Метод

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

Create an inverse reference to an entity
public __construct ( string $source_class, string $entity_id, string $relationship_name )
$source_class string
$entity_id string
$relationship_name string
    public function __construct($source_class, $entity_id, $relationship_name)
    {
        $this->source_class = $source_class;
        $this->entity_id = $entity_id;
        $this->relationship_name = $relationship_name;
    }