PHP Class Hypernode\Magento\Command\AbstractHypernodeCommand

Inheritance: extends N98\Magento\Command\AbstractMagentoCommand
Datei anzeigen Open project: Hypernode/hypernode-magerun

Protected Properties

Property Type Description
$_curl Hypernode\Curl

Public Methods

Method Description
getCurl ( ) : Curl Get curl class
setCurl ( Curl $curl ) Set curl

Method Details

getCurl() public method

Get curl class
public getCurl ( ) : Curl
return Hypernode\Curl

setCurl() public method

Set curl
public setCurl ( Curl $curl )
$curl Hypernode\Curl

Property Details

$_curl protected_oe property

protected Curl,Hypernode $_curl
return Hypernode\Curl