Neomerx\JsonApi\Schema\RelationshipObject::getMeta PHP Метод

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

public getMeta ( )
    public function getMeta()
    {
        if ($this->meta instanceof Closure) {
            $meta = $this->meta;
            $this->meta = $meta();
        }
        return $this->meta;
    }