Page MenuHomec4science

DoorkeeperBridgedObjectInterface.php
No OneTemporary

File Metadata

Created
Fri, Feb 21, 15:35

DoorkeeperBridgedObjectInterface.php

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

Event Timeline