init
This commit is contained in:
10
snippets/php-mode/__callStatic
Normal file
10
snippets/php-mode/__callStatic
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: USAMI Kenta <tadsan@zonu.me>
|
||||
# name: __callStatic()
|
||||
# key: __callStatic
|
||||
# group: Magic Methods
|
||||
# --
|
||||
public function __callStatic($name, $args)
|
||||
{
|
||||
$0
|
||||
}
|
||||
Reference in New Issue
Block a user