Knp\Bundle\KnpBundlesBundle\Github\Owner::__construct PHP Method

__construct() public method

public __construct ( Github\Client $github, Symfony\Component\Console\Output\OutputInterface $output )
$github Github\Client
$output Symfony\Component\Console\Output\OutputInterface
    public function __construct(Client $github, OutputInterface $output)
    {
        $this->github = $github;
        $this->output = $output;
    }