Page MenuHomec4science

DoorkeeperBridgedObjectInterface.php
No OneTemporary

File Metadata

Created
Sat, Jun 21, 04:07

DoorkeeperBridgedObjectInterface.php

<?php
interface DoorkeeperBridgedObjectInterface {
public function getBridgedObject();
public function attachBridgedObject(DoorkeeperExternalObject $object = null);
}

Event Timeline