Mmanos\Social\Social::__construct PHP Method

__construct() public method

Create a new Social instance.
public __construct ( ) : void
return void
    public function __construct()
    {
        $this->factory = new ServiceFactory();
        $this->storage = new Session();
    }