Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

@api-see now has support for static/self targets. #76

Merged
merged 1 commit into from
May 10, 2017

Conversation

erunion
Copy link
Owner

@erunion erunion commented May 10, 2017

This adds support to @api-see for static and self targets.

/**
 * @api-data external_urls (object) - External URLs
 * @api-version >=1.1
 * @api-see self::getExternalUrls external_urls
 */

Versus having to pass the full FQN:

/**
 * @api-data external_urls (object) - External URLs
 * @api-version >=1.1
 * @api-see \Vimeo\Mill\Examples\Showtimes\Movie::getExternalUrls external_urls
 */

Resolves #66

@erunion erunion added this to the v2.0 milestone May 10, 2017
@erunion erunion self-assigned this May 10, 2017
@erunion erunion merged commit 722b47c into 2.0-dev May 10, 2017
@erunion erunion deleted the api-see-static-support branch May 10, 2017 19:53
@erunion erunion mentioned this pull request Nov 16, 2018
Merged
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant