所需的PARAMS Restler類比方說,我有這個與我的API類 class EventInfo {
/// @var int $start The Start time
public $start
/// @var string $url The URL for the event {@required false}
public $url = nul
我有這個我的對象類和API類。我可以在不發送task_list_id或display_order的情況下發送郵件。只要我通過title它調用該方法。 class BaseTaskObj
{
/// @var int $task_list_id The SQL ident of the Task List to use for the Task. {@min 1}{@required t
的最小值。如果我把這個在我的PHPDoc的評論: * @param array $children The SQL idents of the children to add to the parent. {@type int} {@min 1}
然後Restler花費認爲這意味着它是一個整數數組與至少一個數組元素。還有一種方法可以說,數組中整數的最小值是1嗎?
在我Restler API類我已經定義了以下這樣一個對象(與許多其他則params的) class PatchTaskObj extends TaskObj {
/**
* @var bool|null Whether or not this Task should be pinned to the top of the list {@required false}
我想用xampp 5.6.23在Windows上設置開發環境。 我有一個API我想建立與Restler 3.0.0這樣我就可以瀏覽到http://localhost/api/cars/search?term=red來調用C:\xampp\htdocs\api\cars.php文件search($term)功能: <?php
class cars{
public function sea