wotapi-8.x-1.x-dev/src/ExecutableWithParamsInterface.php

src/ExecutableWithParamsInterface.php
<?php

namespace Drupal\wotapi;

use Drupal\wotapi\Object\ParameterBag;

/**
 * Add to methods that can be executed with params.
 */
interface ExecutableWithParamsInterface {

  /**
   * Executes the action with the parameters passed in.
   *
   * @param \Drupal\wotapi\Object\ParameterBag $params
   *   The parameters.
   *
   * @return mixed
   *   The result of the execution.
   */
  public function execute(ParameterBag $params);

}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc