Doctrine\OrientDB\Query\Command\Index\Rebuild::__construct PHP Method

__construct() public method

public __construct ( $indexName )
    public function __construct($indexName)
    {
        parent::__construct();
        $this->setToken('IndexName', $indexName);
    }