PostCreateProjectCommand implements Command
Performs Composer `post-create-project-cmd` tasks.
Interfaces, Classes and Traits
- Command
- Interface for building WP CLI commands.
Table of Contents
- __toString() : string
- tasks() : void
Methods
__toString()
public
__toString() : string
Return values
string —tasks()
public
static tasks(Event $event) : void
Parameters
- $event : Event