GraphAware\Neo4j\OGM\Tests\Integration\Model\UserResource::__construct PHP Method

__construct() public method

public __construct ( User $user, Resource $resource, $amount )
$user User
$resource Resource
    public function __construct(User $user, ResourceModel $resource, $amount)
    {
        $this->user = $user;
        $this->resource = $resource;
        $this->amount = $amount;
    }