Facebook\InstantArticles\Client\Helper::__construct PHP Method

__construct() public method

public __construct ( Facebook\Facebook $facebook )
$facebook Facebook\Facebook the main Facebook service client
    public function __construct($facebook)
    {
        Type::enforce($facebook, 'Facebook\\Facebook');
        // TODO throw if $facebook doesn't have a default_access_token
        $this->facebook = $facebook;
    }