Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct('unexport', 'Unexport a pin');
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct('edge', 'Read or write the pin edge value');
     $this->addArgument(self::PIN_EDGE_ARGUMENT, InputArgument::OPTIONAL, 'Optional edge value to write to the pin');
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct('direction', 'Read or write the pin direction value');
     $this->addArgument(self::PIN_DIRECTION_ARGUMENT, InputArgument::OPTIONAL, 'Optional direction value to write to the pin');
 }