vim/snippets/php.snippets

51 lines
1.4 KiB
Plaintext

snippet comh
/**************************
* ${1:Program Name} *
* ${2: Date} *
***************************
* Designed & Developed by *
* xdrm-brackets *
***************************
* https://xdrm.io/ *
**************************/$0
snippet comc
/* [${1:Number}] ${2:Chapter Title}
=========================================================*/$0
snippet comcc
/* (${1:Number}) ${2:Chapter Title}
---------------------------------------------------------*/$0
snippet coms
/* (${1:Number}) ${2:Section Title} */$0
snippet comss
{${1:Number}} ${2:Section Title} //$0
snippet comf
/* ${1:RESUME DE LA FONCTION}
*
* @${2:nomParam}<${3:typeParam}> ${4:Description du param}
*
* @return ${5:nomRetour}<${6:typeRetour}> ${7:Description du retour}
*
*/$0
snippet comcf
/* [${1:Number}] ${2:Chapter Title}
*
* @${3:nomParam}<${4:typeParam}> ${5:Description du param}
*
* @return ${6:nomRetour}<${7:typeRetour}> ${8:Description du retour}
*
=========================================================*/$0
snippet comccf
/* (${1:Number}) ${2:Chapter Title}
*
* @${3:nomParam}<${4:typeParam}> ${5:Description du param}
*
* @return ${6:nomRetour}<${7:typeRetour}> ${8:Description du retour}
*
---------------------------------------------------------*/$0
snippet comt
/************************************************
****${1: Titre }****
************************************************/$0