for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Majora\Component\OAuth\Loader\ORM;
use Majora\Component\OAuth\Loader\AccountLoaderInterface;
use Majora\Component\OAuth\Model\ApplicationInterface;
/**
* ORM Account loading.
*/
class AccountLoader implements AccountLoaderInterface
{
* @inheritdoc
public function retrieveOnApplicationByUsername(ApplicationInterface $application, $username)
// TODO: Implement retrieveOnApplicationByUsername() method.
}