Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
StaticContent.php
Go to the documentation of this file.
1 <?php
8 
10 
14 class StaticContent extends Cli
15 {
19  const PARAM_SETUP_STATIC_CONTENT_DEPLOY = 'setup:static-content:deploy';
20 
26  public function deploy()
27  {
29  }
30 }