execute() public static method

public static execute ( $processId )
$processId
Exemplo n.º 1
0
<?php

/**
 * Pimcore
 *
 * LICENSE
 *
 * This source file is subject to the new BSD license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.pimcore.org/license
 *
 * @copyright  Copyright (c) 2009-2014 pimcore GmbH (http://www.pimcore.org)
 * @license    http://www.pimcore.org/license     New BSD License
 */
chdir(__DIR__);
include_once "startup.php";
use Pimcore\Model\Asset;
Asset\Video\Thumbnail\Processor::execute($argv[1]);
 protected function execute(InputInterface $input, OutputInterface $output)
 {
     Asset\Video\Thumbnail\Processor::execute($input->getArgument("processId"));
 }