1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-09 22:56:46 +02:00

refactor(core): Entries API refactor

This commit is contained in:
Awilum
2020-07-23 23:43:56 +03:00
parent b4db9ac94c
commit 574c59012f

View File

@@ -97,7 +97,7 @@ class Entries
*
* @param string $path Unique identifier of the entry(entries).
* @param bool $collection Set `true` if collection of entries need to be fetched.
* @param bool $deep Whether to list entries recursively.
* @param bool $deep Whether to list entries recursively.
*
* @return array The entry array data.
*
@@ -247,7 +247,7 @@ class Entries
/**
* Fetch entries collection
*
* @param string $path Unique identifier of the entry(entries).
* @param string $path Unique identifier of the entry(entries).
* @param bool $deep Whether to list entries recursively.
*
* @return array The entries array data.
@@ -407,9 +407,9 @@ class Entries
/**
* Copy entry(s)
*
* @param string $path Unique identifier of the entry(entries).
* @param string $new_path New Unique identifier of the entry(entries).
* @param bool $deep Recursive copy entries.
* @param string $path Unique identifier of the entry(entries).
* @param string $new_path New Unique identifier of the entry(entries).
* @param bool $deep Recursive copy entries.
*
* @return bool|null True on success, false on failure.
*