Function Block_main_news->generate_selectcode_sql

Definitions

sources/blocks/main_news.php

  • Generate Selectcode SQL.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$select string No No required parameter N/A N/A The Selectcode

Returns

  • The SQL
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Generate Selectcode SQL.
 *
 * @param  string $select The Selectcode
 * @return string The SQL
 */

protected function generate_selectcode_sql(string $select) : string