$afterCopy public property
A PHP callback that is called after a sub-directory or file is successfully copied. This option is used only when publishing a directory. The signature of the callback is the same as for $beforeCopy. This is passed as a parameter afterCopy
to yii\helpers\FileHelper::copyDirectory().
public callback $afterCopy = null
Please login to continue.