| @@ -7,9 +7,18 @@ | ||
| 7 | 7 | * @since 4.04.04 |
| 8 | 8 | */ |
| 9 | 9 | class FrmInstallPlugin { |
| 10 | 10 | |
| 11 | - protected $plugin_file; // format: folder/filename.php | |
| 11 | + /** | |
| 12 | + * Format: folder/filename.php. | |
| 13 | + * | |
| 14 | + * @var string | |
| 15 | + */ | |
| 16 | + protected $plugin_file; | |
| 17 | + | |
| 18 | + /** | |
| 19 | + * @var string | |
| 20 | + */ | |
| 12 | 21 | protected $plugin_slug; |
| 13 | 22 | |
| 14 | 23 | public function __construct( $atts ) { |
| 15 | 24 | $this->plugin_file = $atts['plugin_file']; |